File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 3e32f6623cf89375ad5e07778da614d2b6300778
2
+ refs/heads/master: 887d970fee8f754747b60c795cdb341e76a8a692
Original file line number Diff line number Diff line change @@ -73,13 +73,11 @@ MORESTACK:
73
73
74
74
// During unwinding we want to skip our caller since it's not
75
75
// a complete frame and will make the unwinder sad
76
- #if defined(__linux__)
77
76
// Don't understand this line
78
77
.cfi_offset 16 , 0
79
78
// Tell the unwinding where to get the stack pointer for
80
79
// our grandparent frame
81
80
.cfi_offset %rsp , -24
82
- #endif
83
81
84
82
// Save the grandparent stack pointer for the unwinder
85
83
leaq 16 (%rbp ), %rax
@@ -162,4 +160,4 @@ MORESTACK:
162
160
#else
163
161
MORESTACK:
164
162
ret
165
- #endif
163
+ #endif
You can’t perform that action at this time.
0 commit comments