Skip to content

Commit 6c9d443

Browse files
committed
Update IR
IR commit: 5be6dd81f19f85bc06085617e7231f8699d7f9b0
1 parent bca0c08 commit 6c9d443

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/opcache/jit/ir/ir_emit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
#define DASM_M_FREE(ctx, p, sz) ir_mem_free(p)
4343

44-
#if IR_DEBUG
44+
#ifdef IR_DEBUG
4545
# define DASM_CHECKS
4646
#endif
4747

ext/opcache/jit/ir/ir_ra.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2771,7 +2771,7 @@ static void ir_merge_to_unhandled(ir_live_interval **unhandled, ir_live_interval
27712771
ival = ival->next;
27722772
}
27732773
}
2774-
#if IR_DEBUG
2774+
#ifdef IR_DEBUG
27752775
ival = *unhandled;
27762776
pos = 0;
27772777

0 commit comments

Comments
 (0)