diff options
author | Mike Pall <mike> | 2013-05-25 10:20:46 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2013-05-25 10:20:46 +0200 |
commit | 26e4287e60f636af93493ccb16b7173110db9087 (patch) | |
tree | 0f638112910ccd515aea3b5471b96c72f4bcb191 /src/vm_x86.dasc | |
parent | 992f7d4b71d0f39266c9b2d7f8ce28c278afb667 (diff) | |
parent | 5a261dd92c72d8f9d2aab0714ce9e051f0d70219 (diff) | |
download | luajit-26e4287e60f636af93493ccb16b7173110db9087.tar.gz luajit-26e4287e60f636af93493ccb16b7173110db9087.tar.bz2 luajit-26e4287e60f636af93493ccb16b7173110db9087.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'src/vm_x86.dasc')
-rw-r--r-- | src/vm_x86.dasc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vm_x86.dasc b/src/vm_x86.dasc index 6c8302a0..62a5e139 100644 --- a/src/vm_x86.dasc +++ b/src/vm_x86.dasc | |||
@@ -5659,7 +5659,11 @@ static void emit_asm_debug(BuildCtx *ctx) | |||
5659 | ".LEFDE1:\n\n", (int)ctx->codesz - fcofs); | 5659 | ".LEFDE1:\n\n", (int)ctx->codesz - fcofs); |
5660 | #endif | 5660 | #endif |
5661 | #if (defined(__sun__) && defined(__svr4__)) | 5661 | #if (defined(__sun__) && defined(__svr4__)) |
5662 | #if LJ_64 | ||
5663 | fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@unwind\n"); | ||
5664 | #else | ||
5662 | fprintf(ctx->fp, "\t.section .eh_frame,\"aw\",@progbits\n"); | 5665 | fprintf(ctx->fp, "\t.section .eh_frame,\"aw\",@progbits\n"); |
5666 | #endif | ||
5663 | #else | 5667 | #else |
5664 | fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@progbits\n"); | 5668 | fprintf(ctx->fp, "\t.section .eh_frame,\"a\",@progbits\n"); |
5665 | #endif | 5669 | #endif |