fix build issue with non-optimization
This commit is contained in:
parent
7cbf14c5e9
commit
89c547f0cc
@ -65,6 +65,7 @@ isr_abort
|
||||
ALIGN
|
||||
}
|
||||
#elif defined ( __GNUC__ )
|
||||
static inline void bootloader_util_reset (uint32_t start_addr) __attribute__ ((optimize("-fomit-frame-pointer")));
|
||||
static inline void bootloader_util_reset(uint32_t start_addr)
|
||||
{
|
||||
__asm volatile(
|
||||
|
Loading…
Reference in New Issue
Block a user