Skip to content

Commit ff22409

Browse files
committed
JIT: Fix .debug_abbrev section in GDB JIT API.
1 parent 62682cb commit ff22409

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)