Skip to content

Commit 40f7fca

Browse files
committed
---
yaml --- r: 6666 b: refs/heads/master c: 1c1bc2f h: refs/heads/master v: v3
1 parent 2c074f1 commit 40f7fca

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
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: 76f13c95a0d1b1f33805719ccde9600b000e4418
2+
refs/heads/master: 1c1bc2f1cde93a27dbee690280ee81fde8b2ceeb

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,6 @@ MORESTACK:
7171
leaq 16(%rbp), %rax
7272
pushq %rax
7373

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-
8674
// FIXME: libgcc also saves rax. not sure if we need to
8775

8876
// Save argument registers

0 commit comments

Comments
 (0)