Fixed __stack_overflow_trap declaration typo.
This commit is contained in:
parent
fecc68d1bb
commit
40fdf388bd
@ -59,7 +59,7 @@ void __cyg_profile_func_enter(void *func, void *caller)
|
||||
__attribute__((naked, no_instrument_function));
|
||||
void __cyg_profile_func_exit(void *func, void *caller)
|
||||
__attribute__((naked, no_instrument_function));
|
||||
void _stack_overflow_trap(void)
|
||||
void __stack_overflow_trap(void)
|
||||
__attribute__((naked, no_instrument_function));
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user