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

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  JIT: Fix .debug_abbrev section in GDB JIT API.
This commit is contained in:
Dmitry Stogov
2023-12-11 10:09:38 +03:00

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