Skip to content

Commit 650ab37

Browse files
committed
Avoid useless manual instruction encoding
1 parent 60090ad commit 650ab37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_x86.dasc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2481,7 +2481,7 @@ static int zend_jit_trace_exit_group_stub(dasm_State **Dst, uint32_t n)
24812481
}
24822482
| push byte i
24832483
|// 1:
2484-
| .byte 0x81, 0x04, 0x24; .dword n // add aword [r4], n
2484+
| add aword [r4], n
24852485
| jmp ->trace_exit
24862486

24872487
return 1;

0 commit comments

Comments
 (0)