Skip to content

Commit 297af7e

Browse files
committed
---
yaml --- r: 6961 b: refs/heads/master c: 884adf3 h: refs/heads/master i: 6959: 8dafae0 v: v3
1 parent 7a1c054 commit 297af7e

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
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: 816b0ac8ae3444a81e60e18a05430bb869ba4b3b
2+
refs/heads/master: 884adf38a12abf45afe8f9b33b21d062223fc089

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@ MORESTACK:
201201
// Save the return value of the function we allocated space for
202202
movl %eax, (%esp)
203203

204-
// Now that we're on the return path we want to avoid
205-
// stomping on %eax. FIXME: Need to save and restore %eax to
206-
// actually preserve it across the call to delete the stack
207204
call UPCALL_DEL_STACK
208205

209206
// And restore it

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ MORESTACK:
103103
// Save the return value
104104
pushq %rax
105105

106-
// FIXME: Should preserve %rax here
107106
#ifdef __APPLE__
108107
call UPCALL_DEL_STACK
109108
#endif

0 commit comments

Comments
 (0)