We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f92e6 commit ac6ac25Copy full SHA for ac6ac25
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 9d70c1949e4c26cc558525b242714efb3e8eb212
+refs/heads/master: 7d51961b6f25accb65d7a11dab8be7e47201f308
trunk/src/rt/arch/x86_64/morestack.S
@@ -68,7 +68,7 @@ MORESTACK:
68
.cfi_offset %rsp, -24
69
70
// Save the grandparent stack pointer for the unwinder
71
- leaq 16(%rbp), %rax
+ leaq 24(%rbp), %rax
72
pushq %rax
73
74
// FIXME: libgcc also saves rax. not sure if we need to
0 commit comments