This commit is contained in:
Dmitry Stogov 2023-09-14 16:54:26 +03:00
parent d032f87b4d
commit aeaa6404b7

View File

@ -14,7 +14,7 @@
#define IR_SNAPSHOT_HANDLER_DCL() \
void *zend_jit_snapshot_handler(ir_ctx *ctx, ir_ref snapshot_ref, ir_insn *snapshot, void *addr)
#define IR_SNAPSHOT_HANDLER(ctx, ref, insn, adr) \
#define IR_SNAPSHOT_HANDLER(ctx, ref, insn, addr) \
zend_jit_snapshot_handler(ctx, ref, insn, addr)
#ifndef IR_PHP_MM