From ff22409082c59e295f96bdff12f74d6302040088 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 11 Dec 2023 10:08:55 +0300 Subject: [PATCH] JIT: Fix .debug_abbrev section in GDB JIT API. --- ext/opcache/jit/zend_jit_gdb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/opcache/jit/zend_jit_gdb.c b/ext/opcache/jit/zend_jit_gdb.c index 39169108a8f5e..867312830f2d4 100644 --- a/ext/opcache/jit/zend_jit_gdb.c +++ b/ext/opcache/jit/zend_jit_gdb.c @@ -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; }