mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 05:16:40 -04:00
6 lines
113 B
Text
6 lines
113 B
Text
/*
|
|
*/
|
|
/* _Unwind_Backtrace should be exported with different version on ARM */
|
|
GCC_3.3 {
|
|
_Unwind_Backtrace;
|
|
};
|