File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 54
54
# define ZEND_VM_FP_GLOBAL_REG "%r14"
55
55
# define ZEND_VM_IP_GLOBAL_REG "%r15"
56
56
# elif defined(__GNUC__ ) && ZEND_GCC_VERSION >= 4008 && defined(__powerpc64__ )
57
- # define ZEND_VM_FP_GLOBAL_REG "r28 "
58
- # define ZEND_VM_IP_GLOBAL_REG "r29 "
57
+ # define ZEND_VM_FP_GLOBAL_REG "r14 "
58
+ # define ZEND_VM_IP_GLOBAL_REG "r15 "
59
59
# elif defined(__IBMC__ ) && ZEND_GCC_VERSION >= 4002 && defined(__powerpc64__ )
60
- # define ZEND_VM_FP_GLOBAL_REG "r28 "
61
- # define ZEND_VM_IP_GLOBAL_REG "r29 "
60
+ # define ZEND_VM_FP_GLOBAL_REG "r14 "
61
+ # define ZEND_VM_IP_GLOBAL_REG "r15 "
62
62
# elif defined(__GNUC__ ) && ZEND_GCC_VERSION >= 4008 && defined(__aarch64__ )
63
63
# define ZEND_VM_FP_GLOBAL_REG "x27"
64
64
# define ZEND_VM_IP_GLOBAL_REG "x28"
You can’t perform that action at this time.
0 commit comments