Skip to content

Commit 67d88f5

Browse files
committed
---
yaml --- r: 6511 b: refs/heads/master c: 72baf70 h: refs/heads/master i: 6509: 1ff2217 6507: 8c241e4 6503: 0a28513 6495: 10400e1 v: v3
1 parent 5105c63 commit 67d88f5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 8cbba792088357c845b2a672da6fe3e08ce02756
2+
refs/heads/master: 72baf70748e3643fa2945ad0d09844798859ee59

trunk/src/rt/arch/i386/morestack.S

+7
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
.type MORESTACK,@function
6666
#endif
6767

68+
#if defined(__linux__)
6869
MORESTACK:
6970

7071
// Sanity check to make sure that there is a currently-running task.
@@ -130,6 +131,12 @@ MORESTACK:
130131
addl $12+4+8+ALIGNMENT,%esp
131132
jmpl *%edx
132133

134+
135+
#else
136+
MORESTACK:
137+
ret
138+
#endif
139+
133140
#ifdef __APPLE__
134141

135142
.section __IMPORT,__pointers,non_lazy_symbol_pointers

0 commit comments

Comments
 (0)