mirror of
https://github.com/php/php-src.git
synced 2026-03-31 20:53:00 +02:00
Merge branch 'PHP-8.0'
* PHP-8.0: Fixed register clobbering
This commit is contained in:
@@ -3137,6 +3137,10 @@ static int zend_jit_trace_begin(dasm_State **Dst, uint32_t trace_num, zend_jit_t
|
||||
}
|
||||
}
|
||||
|
||||
if (parent && parent->exit_info[exit_num].flags & ZEND_JIT_EXIT_METHOD_CALL) {
|
||||
ZEND_REGSET_EXCL(regset, ZREG_R0);
|
||||
}
|
||||
|
||||
current_trace_num = trace_num;
|
||||
|
||||
| // EG(jit_trace_num) = trace_num;
|
||||
|
||||
Reference in New Issue
Block a user