mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Fix asm for gcc17
This commit is contained in:
parent
1d68fe9bc6
commit
dc8d354f16
@ -52,7 +52,7 @@ extern uint32_t stack_thunk_light_refcnt;
|
|||||||
|
|
||||||
// Thunking macro
|
// Thunking macro
|
||||||
#define make_stack_thunk_light(fcnToThunk) \
|
#define make_stack_thunk_light(fcnToThunk) \
|
||||||
__asm("\n\
|
__asm__("\n\
|
||||||
.text\n\
|
.text\n\
|
||||||
.literal_position\n\
|
.literal_position\n\
|
||||||
.literal .LC_STACK_VALUE"#fcnToThunk", 0xdeadbeef\n\
|
.literal .LC_STACK_VALUE"#fcnToThunk", 0xdeadbeef\n\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user