Skip to content

Commit 902b00e

Browse files
committed
Fixed exception source
1 parent 087d8cd commit 902b00e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/jit/zend_jit_x86.dasc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4498,6 +4498,7 @@ static int zend_jit_assign_to_variable(dasm_State **Dst,
44984498
|.cold_code
44994499
|2:
45004500
| LOAD_ZVAL_ADDR FCARG2a, val_addr
4501+
| SAVE_VALID_OPLINE opline
45014502
if (val_type == IS_CONST) {
45024503
| EXT_CALL zend_jit_assign_const_to_typed_ref, r0
45034504
} else if (val_type == IS_TMP_VAR) {

0 commit comments

Comments
 (0)