From d1a92ddc723469a9a83420385e141bc7b33c632b Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 20 May 2020 02:07:07 +0300 Subject: [PATCH] typo --- ext/opcache/jit/zend_jit_x86.dasc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc index 217c5d141a..c98c443874 100644 --- a/ext/opcache/jit/zend_jit_x86.dasc +++ b/ext/opcache/jit/zend_jit_x86.dasc @@ -1322,7 +1322,7 @@ static void* dasm_labels[zend_lb_MAX]; || } | EXT_CALL zend_array_destroy, r0 || } else { -| EXT_CALL zend_jit_array_free, r0| +| EXT_CALL zend_jit_array_free, r0 || } || break; || } else if (type == IS_OBJECT) { -- 2.50.1