Skip to content

Commit

Permalink
Remove use of internal Tools API
Browse files Browse the repository at this point in the history
  • Loading branch information
ACascarino committed May 13, 2024
1 parent a4a1fad commit 180633d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rtos_support/src/rtos_interrupt_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
.issue_mode single; \
.cc_top _XCORE_INTERRUPT_PERMITTED(root_function).function,_XCORE_INTERRUPT_PERMITTED(root_function); \
_XCORE_INTERRUPT_PERMITTED(root_function):; \
_XCORE_ENTSP(_XCORE_STACK_ALIGN(5)); \
ENTSP_lu6 _XCORE_STACK_ALIGN(5); \
/* Save CP into SP[4] */ \
ldaw r11, cp[0]; \
stw r11, sp[4]; \
Expand Down

0 comments on commit 180633d

Please sign in to comment.