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 efdb2e8 commit f00bb63Copy full SHA for f00bb63
src/runtime/scheduler_avr.S
@@ -188,6 +188,7 @@ tinygo_switchToScheduler:
188
// Return into the scheduler, as if tinygo_switchToTask was a regular call.
189
ret
190
191
+.section .text.tinygo_scanCurrentStack
192
.global tinygo_scanCurrentStack
193
.type tinygo_scanCurrentStack, %function
194
tinygo_scanCurrentStack:
src/runtime/scheduler_cortexm.S
@@ -112,6 +112,7 @@ tinygo_swapTask:
112
pop {pc}
113
#endif
114
115
116
117
118
0 commit comments