Skip to content

Commit ac6ac25

Browse files
committed
---
yaml --- r: 6770 b: refs/heads/master c: 7d51961 h: refs/heads/master v: v3
1 parent 82f92e6 commit ac6ac25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 9d70c1949e4c26cc558525b242714efb3e8eb212
2+
refs/heads/master: 7d51961b6f25accb65d7a11dab8be7e47201f308

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ MORESTACK:
6868
.cfi_offset %rsp, -24
6969

7070
// Save the grandparent stack pointer for the unwinder
71-
leaq 16(%rbp), %rax
71+
leaq 24(%rbp), %rax
7272
pushq %rax
7373

7474
// FIXME: libgcc also saves rax. not sure if we need to

0 commit comments

Comments
 (0)