mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05: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;
|
|
};
|