File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 76f13c95a0d1b1f33805719ccde9600b000e4418
2
+ refs/heads/master: 1c1bc2f1cde93a27dbee690280ee81fde8b2ceeb
Original file line number Diff line number Diff line change @@ -71,18 +71,6 @@ MORESTACK:
71
71
leaq 16 (%rbp ), %rax
72
72
pushq %rax
73
73
74
- // During unwinding we want to skip our caller since it's not
75
- // a complete frame and will make the unwinder sad
76
- // Don't understand this line
77
- .cfi_offset 16 , 0
78
- // Tell the unwinding where to get the stack pointer for
79
- // our grandparent frame
80
- .cfi_offset %rsp , -24
81
-
82
- // Save the grandparent stack pointer for the unwinder
83
- leaq 16 (%rbp ), %rax
84
- pushq %rax
85
-
86
74
// FIXME: libgcc also saves rax. not sure if we need to
87
75
88
76
// Save argument registers
You can’t perform that action at this time.
0 commit comments