Skip to content

Commit c254936

Browse files
committed
rt: Fix __morestack prologue on x86_64 mac
1 parent 1b7f141 commit c254936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/arch/x86_64/morestack.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ MORESTACK:
5555
#endif
5656

5757
// Set up a normal backtrace
58-
#if defined(__ELF__)
5958
pushq %rbp
59+
#if defined(__ELF__)
6060
.cfi_def_cfa_offset 16
6161
.cfi_offset %rbp, -16
6262
#endif

0 commit comments

Comments
 (0)