File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 50dc80f6177d09612a2ef78129f73ca2ef134b6e
2
+ refs/heads/master: d2e7336a01f1515564a32ecb5a6368ce10088c33
Original file line number Diff line number Diff line change @@ -156,12 +156,6 @@ MORESTACK:
156
156
testl %eax ,%eax
157
157
jz .L$bail
158
158
159
- // Save the the correct %esp value for our grandparent frame,
160
- // for the unwinder
161
- // FIXME: This isn't used
162
- leal 20 (%ebp ), %eax
163
- movl %eax , -4 (%ebp )
164
-
165
159
// The arguments to upcall_new_stack
166
160
167
161
// The size of the stack arguments to copy to the new stack,
Original file line number Diff line number Diff line change @@ -49,10 +49,7 @@ MORESTACK:
49
49
// Calculate the CFA as on offset from %ebp
50
50
.cfi_def_cfa_register %rbp
51
51
52
- // Save the grandparent stack pointer for the unwinder
53
- // FIXME: This isn't used
54
- leaq 24 (%rbp ), %rax
55
- pushq %rax
52
+ pushq $0 // Alignment
56
53
57
54
// FIXME: libgcc also saves rax. not sure if we need to
58
55
You can’t perform that action at this time.
0 commit comments