Skip to content

Commit 0bb0032

Browse files
brsongraydon
authored andcommitted
---
yaml --- r: 6657 b: refs/heads/master c: 887d970 h: refs/heads/master i: 6655: bbeb897 v: v3
1 parent 77230d8 commit 0bb0032

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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: 3e32f6623cf89375ad5e07778da614d2b6300778
2+
refs/heads/master: 887d970fee8f754747b60c795cdb341e76a8a692

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,11 @@ MORESTACK:
7373

7474
// During unwinding we want to skip our caller since it's not
7575
// a complete frame and will make the unwinder sad
76-
#if defined(__linux__)
7776
// Don't understand this line
7877
.cfi_offset 16, 0
7978
// Tell the unwinding where to get the stack pointer for
8079
// our grandparent frame
8180
.cfi_offset %rsp, -24
82-
#endif
8381

8482
// Save the grandparent stack pointer for the unwinder
8583
leaq 16(%rbp), %rax
@@ -162,4 +160,4 @@ MORESTACK:
162160
#else
163161
MORESTACK:
164162
ret
165-
#endif
163+
#endif

0 commit comments

Comments
 (0)