rt: Fix __morestack prologue on x86_64 mac

This commit is contained in:
Brian Anderson 2011-12-02 15:32:33 -08:00
parent 1b7f1415d6
commit c254936f32

View File

@ -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