Skip to content

Commit

Permalink
Merge branch 'PHP-8.2' into PHP-8.3
Browse files Browse the repository at this point in the history
* PHP-8.2:
  JIT: Fix .debug_abbrev section in GDB JIT API.
  • Loading branch information
dstogov committed Dec 11, 2023
2 parents ec348a1 + ff22409 commit 1bf5595
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 1bf5595

Please sign in to comment.