mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
We will use CALL dispatch method for compilers other then GCC. It is more safe.
This commit is contained in:
parent
ea4dbef1b7
commit
f6206c5050
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user