File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 816b0ac8ae3444a81e60e18a05430bb869ba4b3b
2
+ refs/heads/master: 884adf38a12abf45afe8f9b33b21d062223fc089
Original file line number Diff line number Diff line change @@ -201,9 +201,6 @@ MORESTACK:
201
201
// Save the return value of the function we allocated space for
202
202
movl %eax , (%esp )
203
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
204
call UPCALL_DEL_STACK
208
205
209
206
// And restore it
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ MORESTACK:
103
103
// Save the return value
104
104
pushq %rax
105
105
106
- // FIXME: Should preserve %rax here
107
106
#ifdef __APPLE__
108
107
call UPCALL_DEL_STACK
109
108
#endif
You can’t perform that action at this time.
0 commit comments