mirror of
https://github.com/danog/ir.git
synced 2024-11-30 04:39:43 +01:00
Typo
This commit is contained in:
parent
d032f87b4d
commit
aeaa6404b7
2
ir_php.h
2
ir_php.h
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user