diff options
Diffstat (limited to '')
-rw-r--r-- | src/buildvm_x86.dasc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildvm_x86.dasc b/src/buildvm_x86.dasc index 14b47089..242f8d6d 100644 --- a/src/buildvm_x86.dasc +++ b/src/buildvm_x86.dasc | |||
@@ -6025,7 +6025,7 @@ static void emit_asm_debug(BuildCtx *ctx) | |||
6025 | #endif | 6025 | #endif |
6026 | "\t.align " SZPTR "\n" | 6026 | "\t.align " SZPTR "\n" |
6027 | ".LEFDE0:\n\n", (int)ctx->codesz, CFRAME_SIZE); | 6027 | ".LEFDE0:\n\n", (int)ctx->codesz, CFRAME_SIZE); |
6028 | #ifdef __solaris__ | 6028 | #if (defined(__sun__) && defined(__svr4__)) || defined(__solaris_) |
6029 | fprintf(ctx->fp, "\t.section .eh_frame,\"aw\",@progbits\n"); | 6029 | fprintf(ctx->fp, "\t.section .eh_frame,\"aw\",@progbits\n"); |
6030 | #else | 6030 | #else |
6031 | fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@progbits\n"); | 6031 | fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@progbits\n"); |