diff options
-rw-r--r-- | src/lj_gdbjit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_gdbjit.c b/src/lj_gdbjit.c index 01f51ba7..c0d7a164 100644 --- a/src/lj_gdbjit.c +++ b/src/lj_gdbjit.c | |||
@@ -633,7 +633,7 @@ static void LJ_FASTCALL gdbjit_debugabbrev(GDBJITctx *ctx) | |||
633 | DUV(DW_AT_low_pc); DUV(DW_FORM_addr); | 633 | DUV(DW_AT_low_pc); DUV(DW_FORM_addr); |
634 | DUV(DW_AT_high_pc); DUV(DW_FORM_addr); | 634 | DUV(DW_AT_high_pc); DUV(DW_FORM_addr); |
635 | DUV(DW_AT_stmt_list); DUV(DW_FORM_data4); | 635 | DUV(DW_AT_stmt_list); DUV(DW_FORM_data4); |
636 | DB(0); DB(0); | 636 | DB(0); DB(0); DB(0); |
637 | 637 | ||
638 | ctx->p = p; | 638 | ctx->p = p; |
639 | } | 639 | } |