Skip to content

Commit 1bf5595

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: JIT: Fix .debug_abbrev section in GDB JIT API.
2 parents ec348a1 + ff22409 commit 1bf5595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/jit/zend_jit_gdb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ static void zend_gdbjit_debugabbrev(zend_gdbjit_ctx *ctx)
397397
DUV(DW_FORM_data4);
398398
DB(0);
399399
DB(0);
400+
DB(0);
400401

401402
ctx->p = p;
402403
}

0 commit comments

Comments
 (0)