summaryrefslogtreecommitdiff
path: root/src/buildvm_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildvm_x86.h')
-rw-r--r--src/buildvm_x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildvm_x86.h b/src/buildvm_x86.h
index 831a00ab..289f4bb9 100644
--- a/src/buildvm_x86.h
+++ b/src/buildvm_x86.h
@@ -3219,7 +3219,7 @@ static void emit_asm_debug(BuildCtx *ctx)
3219#endif 3219#endif
3220 "\t.align " SZPTR "\n" 3220 "\t.align " SZPTR "\n"
3221 ".LEFDE0:\n\n", (int)ctx->codesz, CFRAME_SIZE); 3221 ".LEFDE0:\n\n", (int)ctx->codesz, CFRAME_SIZE);
3222#ifdef __solaris__ 3222#if (defined(__sun__) && defined(__svr4__)) || defined(__solaris_)
3223 fprintf(ctx->fp, "\t.section .eh_frame,\"aw\",@progbits\n"); 3223 fprintf(ctx->fp, "\t.section .eh_frame,\"aw\",@progbits\n");
3224#else 3224#else
3225 fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@progbits\n"); 3225 fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@progbits\n");