aboutsummaryrefslogtreecommitdiff
path: root/src/vm_x86.dasc
diff options
context:
space:
mode:
authorMike Pall <mike>2020-06-15 11:23:04 +0200
committerMike Pall <mike>2020-06-15 11:23:04 +0200
commit34e53736c6ed90dc56357aff22009e88b443ecfd (patch)
tree31d888353e00e930fee7269cda18d98a4cd291a9 /src/vm_x86.dasc
parentd333b1a6febf35f891fcd6e121876c9c3efee1e0 (diff)
downloadluajit-34e53736c6ed90dc56357aff22009e88b443ecfd.tar.gz
luajit-34e53736c6ed90dc56357aff22009e88b443ecfd.tar.bz2
luajit-34e53736c6ed90dc56357aff22009e88b443ecfd.zip
Cleanup some arch defines and fix builds.
Diffstat (limited to 'src/vm_x86.dasc')
-rw-r--r--src/vm_x86.dasc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_x86.dasc b/src/vm_x86.dasc
index c3999e7c..57c8e4fc 100644
--- a/src/vm_x86.dasc
+++ b/src/vm_x86.dasc
@@ -5548,7 +5548,7 @@ static void emit_asm_debug(BuildCtx *ctx)
5548 ".LEFDE1:\n\n", (int)ctx->codesz - fcofs); 5548 ".LEFDE1:\n\n", (int)ctx->codesz - fcofs);
5549#endif 5549#endif
5550#if !LJ_NO_UNWIND 5550#if !LJ_NO_UNWIND
5551#if (defined(__sun__) && defined(__svr4__)) 5551#if LJ_TARGET_SOLARIS
5552#if LJ_64 5552#if LJ_64
5553 fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@unwind\n"); 5553 fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@unwind\n");
5554#else 5554#else