aboutsummaryrefslogtreecommitdiff
path: root/src/vm_mips.dasc
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm_mips.dasc')
-rw-r--r--src/vm_mips.dasc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vm_mips.dasc b/src/vm_mips.dasc
index 7feb02d5..3f9c98c1 100644
--- a/src/vm_mips.dasc
+++ b/src/vm_mips.dasc
@@ -4170,6 +4170,7 @@ static void emit_asm_debug(BuildCtx *ctx)
4170 "\t.align 2\n" 4170 "\t.align 2\n"
4171 ".LEFDE1:\n\n", (int)ctx->codesz - fcofs); 4171 ".LEFDE1:\n\n", (int)ctx->codesz - fcofs);
4172#endif 4172#endif
4173#if !LJ_NO_UNWIND
4173 fprintf(ctx->fp, "\t.section .eh_frame,\"aw\",@progbits\n"); 4174 fprintf(ctx->fp, "\t.section .eh_frame,\"aw\",@progbits\n");
4174 fprintf(ctx->fp, 4175 fprintf(ctx->fp,
4175 "\t.globl lj_err_unwind_dwarf\n" 4176 "\t.globl lj_err_unwind_dwarf\n"
@@ -4238,6 +4239,7 @@ static void emit_asm_debug(BuildCtx *ctx)
4238 "\t.align 2\n" 4239 "\t.align 2\n"
4239 ".LEFDE3:\n\n", (int)ctx->codesz - fcofs); 4240 ".LEFDE3:\n\n", (int)ctx->codesz - fcofs);
4240#endif 4241#endif
4242#endif
4241 break; 4243 break;
4242 default: 4244 default:
4243 break; 4245 break;