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 d7e2f3d commit 522d4c0Copy full SHA for 522d4c0
src/signals-unix.c
@@ -88,7 +88,7 @@ __attribute__((naked)) static void fake_stack_pop(void)
88
" .cfi_offset %esp, 4\n" // previous value of %esp at CFA
89
" nop\n"
90
);
91
-#elif (defined(_OS_LINUX_) || defined(_OS_DARWIN_)) && defined(_CPU_AARCH64_)
+#elif defined(_OS_DARWIN_) && defined(_CPU_AARCH64_)
92
__asm__ volatile (
93
" .cfi_signal_frame\n"
94
" .cfi_def_cfa sp, 0\n" // use sp as fp here
0 commit comments