From: Dmitry Stogov Date: Thu, 9 Sep 2004 06:05:11 +0000 (+0000) Subject: We will use CALL dispatch method for compilers other then GCC. It is more safe. X-Git-Tag: PRE_NEW_VM_GEN_PATCH~354 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6206c5050d728ed24f7e3e4ae0e440ce41aa8b4;p=php We will use CALL dispatch method for compilers other then GCC. It is more safe. --- diff --git a/Zend/zend_vm.h b/Zend/zend_vm.h index fd15e1b47d..f4a51b5e34 100644 --- a/Zend/zend_vm.h +++ b/Zend/zend_vm.h @@ -39,7 +39,7 @@ # ifdef __GNUC__ # define ZEND_VM_KIND ZEND_VM_KIND_GOTO # else -# define ZEND_VM_KIND ZEND_VM_KIND_SWITCH +# define ZEND_VM_KIND ZEND_VM_KIND_CALL # endif #endif