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 8cbba79 commit 72baf70Copy full SHA for 72baf70
src/rt/arch/i386/morestack.S
@@ -65,6 +65,7 @@
65
.type MORESTACK,@function
66
#endif
67
68
+#if defined(__linux__)
69
MORESTACK:
70
71
// Sanity check to make sure that there is a currently-running task.
@@ -130,6 +131,12 @@ MORESTACK:
130
131
addl $12+4+8+ALIGNMENT,%esp
132
jmpl *%edx
133
134
+
135
+#else
136
+MORESTACK:
137
+ ret
138
+#endif
139
140
#ifdef __APPLE__
141
142
.section __IMPORT,__pointers,non_lazy_symbol_pointers
0 commit comments