From: Dmitry Stogov Date: Tue, 12 May 2020 11:24:13 +0000 (+0300) Subject: Avoid useless manual instruction encoding X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=650ab370c7944af49b9a1cef7b26b670998bd622;p=php Avoid useless manual instruction encoding --- diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc index d90f93861e..b654ed2fc7 100644 --- a/ext/opcache/jit/zend_jit_x86.dasc +++ b/ext/opcache/jit/zend_jit_x86.dasc @@ -2481,7 +2481,7 @@ static int zend_jit_trace_exit_group_stub(dasm_State **Dst, uint32_t n) } | push byte i |// 1: - | .byte 0x81, 0x04, 0x24; .dword n // add aword [r4], n + | add aword [r4], n | jmp ->trace_exit return 1;