From c254936f326061e98414a668d2fd8a7bee01bbb7 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 2 Dec 2011 15:32:33 -0800 Subject: [PATCH] rt: Fix __morestack prologue on x86_64 mac --- src/rt/arch/x86_64/morestack.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rt/arch/x86_64/morestack.S b/src/rt/arch/x86_64/morestack.S index 652cf098068..4147052345d 100644 --- a/src/rt/arch/x86_64/morestack.S +++ b/src/rt/arch/x86_64/morestack.S @@ -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