Skip to content

Commit cb28edc

Browse files
committed
---
yaml --- r: 6682 b: refs/heads/master c: f0254e1 h: refs/heads/master v: v3
1 parent 8091c74 commit cb28edc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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: f332643e7fef96f15db675dd50bf643199d8f6a5
2+
refs/heads/master: f0254e1e0da1e3bb030a1331d4704b0396fc83c0

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ MORESTACK:
123123
subl $8, %esp // Alignment
124124

125125
// Now that we're on the return path we want to avoid
126-
// stomping on %eax
126+
// stomping on %eax. FIXME: Need to save and restore
127+
// eax to actually preserve it across the call to delete the stack
127128
#ifdef __APPLE__
128129
call 1f
129130
1: popl %ecx

0 commit comments

Comments
 (0)