Skip to content

Commit 2ac2190

Browse files
committed
Update IR
IR commit: d72ae866e09d17e879378767aceb91d51894818c
1 parent 7fba3de commit 2ac2190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/ir/ir_dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ void ir_dump_codegen(const ir_ctx *ctx, FILE *f)
463463
} else {
464464
fprintf(f, "func(%s, %d)", ir_get_str(ctx, insn->val.i32), insn->const_flags);
465465
}
466-
} else if (insn->op == IR_FUNC) {
466+
} else if (insn->op == IR_SYM) {
467467
fprintf(f, "sym(%s)", ir_get_str(ctx, insn->val.i32));
468468
} else if (insn->op == IR_FUNC_ADDR) {
469469
fprintf(f, "func_addr(");

0 commit comments

Comments
 (0)