diff options
Diffstat (limited to 'src/buildvm_x64win.h')
-rw-r--r-- | src/buildvm_x64win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildvm_x64win.h b/src/buildvm_x64win.h index fa196086..9e6c72bb 100644 --- a/src/buildvm_x64win.h +++ b/src/buildvm_x64win.h | |||
@@ -3060,7 +3060,7 @@ static void emit_asm_debug(BuildCtx *ctx) | |||
3060 | #endif | 3060 | #endif |
3061 | "\t.align " SZPTR "\n" | 3061 | "\t.align " SZPTR "\n" |
3062 | ".LEFDE0:\n\n", (int)ctx->codesz, CFRAME_SIZE); | 3062 | ".LEFDE0:\n\n", (int)ctx->codesz, CFRAME_SIZE); |
3063 | #ifdef __solaris__ | 3063 | #if (defined(__sun__) && defined(__svr4__)) || defined(__solaris_) |
3064 | fprintf(ctx->fp, "\t.section .eh_frame,\"aw\",@progbits\n"); | 3064 | fprintf(ctx->fp, "\t.section .eh_frame,\"aw\",@progbits\n"); |
3065 | #else | 3065 | #else |
3066 | fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@progbits\n"); | 3066 | fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@progbits\n"); |