We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f032f commit 8087887Copy full SHA for 8087887
py/nlrthumb.c
@@ -36,7 +36,7 @@
36
// For reference, arm/thumb callee save regs are:
37
// r4-r11, r13=sp
38
39
-__attribute__((naked)) unsigned int nlr_push(nlr_buf_t *nlr) {
+__attribute__((naked, returns_twice)) unsigned int nlr_push(nlr_buf_t *nlr) {
40
41
__asm volatile (
42
"str r4, [r0, #12] \n" // store r4 into nlr_buf
0 commit comments