We will use CALL dispatch method for compilers other then GCC. It is more safe.

This commit is contained in:
Dmitry Stogov 2004-09-09 06:05:11 +00:00
parent ea4dbef1b7
commit f6206c5050

View File

@ -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