summaryrefslogtreecommitdiff
path: root/src/buildvm_x64win.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildvm_x64win.h')
-rw-r--r--src/buildvm_x64win.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/buildvm_x64win.h b/src/buildvm_x64win.h
index 9dbad9a3..fa196086 100644
--- a/src/buildvm_x64win.h
+++ b/src/buildvm_x64win.h
@@ -3060,7 +3060,11 @@ 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__
3064 fprintf(ctx->fp, "\t.section .eh_frame,\"aw\",@progbits\n");
3065#else
3063 fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@progbits\n"); 3066 fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@progbits\n");
3067#endif
3064 fprintf(ctx->fp, 3068 fprintf(ctx->fp,
3065 ".Lframe1:\n" 3069 ".Lframe1:\n"
3066 "\t.long .LECIE1-.LSCIE1\n" 3070 "\t.long .LECIE1-.LSCIE1\n"