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_x86.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_x86.dasc')
-rw-r--r-- | src/vm_x86.dasc | 2 |
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 |