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 8091c74 commit cb28edcCopy full SHA for cb28edc
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: f332643e7fef96f15db675dd50bf643199d8f6a5
+refs/heads/master: f0254e1e0da1e3bb030a1331d4704b0396fc83c0
trunk/src/rt/arch/i386/morestack.S
@@ -123,7 +123,8 @@ MORESTACK:
123
subl $8, %esp // Alignment
124
125
// Now that we're on the return path we want to avoid
126
- // stomping on %eax
+ // stomping on %eax. FIXME: Need to save and restore
127
+ // eax to actually preserve it across the call to delete the stack
128
#ifdef __APPLE__
129
call 1f
130
1: popl %ecx
0 commit comments