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 816b0ac commit 884adf3Copy full SHA for 884adf3
src/rt/arch/i386/morestack.S
@@ -201,9 +201,6 @@ MORESTACK:
201
// Save the return value of the function we allocated space for
202
movl %eax, (%esp)
203
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
207
call UPCALL_DEL_STACK
208
209
// And restore it
src/rt/arch/x86_64/morestack.S
@@ -103,7 +103,6 @@ MORESTACK:
103
// Save the return value
104
pushq %rax
105
106
- // FIXME: Should preserve %rax here
107
#ifdef __APPLE__
108
109
#endif
0 commit comments