Skip to content

Commit

Permalink
Fixed incorrect ".debug_abbrev" section termination
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Dec 6, 2023
1 parent 6898d26 commit 8b2a536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ir_gdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ static void ir_gdbjit_debugabbrev(ir_gdbjit_ctx *ctx)
DUV(DW_FORM_data4);
DB(0);
DB(0);
DB(0);

ctx->p = p;
}
Expand Down

0 comments on commit 8b2a536

Please sign in to comment.