We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5105c63 commit 67d88f5Copy full SHA for 67d88f5
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 8cbba792088357c845b2a672da6fe3e08ce02756
+refs/heads/master: 72baf70748e3643fa2945ad0d09844798859ee59
trunk/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