Skip to content

Commit

Permalink
JIT: Fix .debug_abbrev section in GDB JIT API.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Dec 11, 2023
1 parent 62682cb commit ff22409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/opcache/jit/zend_jit_gdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ static void zend_gdbjit_debugabbrev(zend_gdbjit_ctx *ctx)
DUV(DW_FORM_data4);
DB(0);
DB(0);
DB(0);

ctx->p = p;
}
Expand Down

0 comments on commit ff22409

Please sign in to comment.