Skip to content

Commit a63ef20

Browse files
committed
Cleanup
1 parent f848d43 commit a63ef20

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

ext/opcache/jit/zend_jit_ir.c

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,8 @@
2929
#elif defined(IR_TARGET_X64)
3030
# define IR_REG_SP 4 /* IR_REG_RSP */
3131
# define IR_REG_FP 5 /* IR_REG_RBP */
32-
# if 1 || GCC_GLOBAL_REGS
33-
# define ZREG_FP 14 /* IR_REG_R14 */
34-
# define ZREG_IP 15 /* IR_REG_R15 */
35-
# else
36-
/* Use callee-saved registers */
37-
# define ZREG_FP 14 /* IR_REG_R10 */
38-
# define ZREG_IP 15 /* IR_REG_R11 */
39-
# endif
32+
# define ZREG_FP 14 /* IR_REG_R14 */
33+
# define ZREG_IP 15 /* IR_REG_R15 */
4034
# define ZREG_FIRST_FPR 16
4135
# if defined(_WIN64)
4236
# define IR_REGSET_PRESERVED ((1<<3) | (1<<5) | (1<<6) | (1<<7) | (1<<12) | (1<<13) | (1<<14) | (1<<15))

0 commit comments

Comments
 (0)