1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

JIT: Fix .debug_abbrev section in GDB JIT API.

This commit is contained in:
Dmitry Stogov
2023-12-11 10:08:55 +03:00
parent 62682cbd97
commit ff22409082

View File

@@ -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;
}