rt: Fix __morestack prologue on x86_64 mac
This commit is contained in:
parent
1b7f1415d6
commit
c254936f32
@ -55,8 +55,8 @@ MORESTACK:
|
||||
#endif
|
||||
|
||||
// Set up a normal backtrace
|
||||
#if defined(__ELF__)
|
||||
pushq %rbp
|
||||
#if defined(__ELF__)
|
||||
.cfi_def_cfa_offset 16
|
||||
.cfi_offset %rbp, -16
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user