Skip to content

Commit f977c2b

Browse files
committed
---
yaml --- r: 6511 b: refs/heads/master c: 72baf70 h: refs/heads/master i: 6509: 9f884b9 6507: 7d1f140 6503: 0ffa099 6495: f18f801 v: v3
1 parent 5e6708a commit f977c2b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
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

Lines changed: 7 additions & 0 deletions
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)