diff options
author | Mike Pall <mike> | 2020-06-15 11:23:04 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2020-06-15 11:23:04 +0200 |
commit | 34e53736c6ed90dc56357aff22009e88b443ecfd (patch) | |
tree | 31d888353e00e930fee7269cda18d98a4cd291a9 /src/vm_x64.dasc | |
parent | d333b1a6febf35f891fcd6e121876c9c3efee1e0 (diff) | |
download | luajit-34e53736c6ed90dc56357aff22009e88b443ecfd.tar.gz luajit-34e53736c6ed90dc56357aff22009e88b443ecfd.tar.bz2 luajit-34e53736c6ed90dc56357aff22009e88b443ecfd.zip |
Cleanup some arch defines and fix builds.
Diffstat (limited to 'src/vm_x64.dasc')
-rw-r--r-- | src/vm_x64.dasc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_x64.dasc b/src/vm_x64.dasc index c714f4c7..77a579d5 100644 --- a/src/vm_x64.dasc +++ b/src/vm_x64.dasc | |||
@@ -4734,7 +4734,7 @@ static void emit_asm_debug(BuildCtx *ctx) | |||
4734 | ".LEFDE1:\n\n", (int)ctx->codesz - fcofs); | 4734 | ".LEFDE1:\n\n", (int)ctx->codesz - fcofs); |
4735 | #endif | 4735 | #endif |
4736 | #if !LJ_NO_UNWIND | 4736 | #if !LJ_NO_UNWIND |
4737 | #if (defined(__sun__) && defined(__svr4__)) | 4737 | #if LJ_TARGET_SOLARIS |
4738 | fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@unwind\n"); | 4738 | fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@unwind\n"); |
4739 | #else | 4739 | #else |
4740 | fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@progbits\n"); | 4740 | fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@progbits\n"); |