File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2497,7 +2497,8 @@ function gen_vm_opcodes_header(
24972497 $ str .= "# define ZEND_VM_KIND \t\tZEND_VM_KIND_HYBRID \n" ;
24982498 }
24992499 if ($ GLOBALS ["vm_kind_name " ][ZEND_VM_GEN_KIND ] === "ZEND_VM_KIND_HYBRID " || $ GLOBALS ["vm_kind_name " ][ZEND_VM_GEN_KIND ] === "ZEND_VM_KIND_CALL " ) {
2500- $ str .= "#elif defined(HAVE_MUSTTAIL) && defined(HAVE_PRESERVE_NONE) && (defined(__x86_64__) || defined(_M_X64) || defined(__aarch64__) || defined(_M_ARM64)) \n" ; $ str .= "# define ZEND_VM_KIND \t\tZEND_VM_KIND_TAILCALL \n" ;
2500+ $ str .= "#elif defined(HAVE_MUSTTAIL) && defined(HAVE_PRESERVE_NONE) && (defined(__x86_64__) || defined(_M_X64) || defined(__aarch64__) || defined(_M_ARM64)) \n" ;
2501+ $ str .= "# define ZEND_VM_KIND \t\tZEND_VM_KIND_TAILCALL \n" ;
25012502 $ str .= "#else \n" ;
25022503 $ str .= "# define ZEND_VM_KIND \t\tZEND_VM_KIND_CALL \n" ;
25032504 } else {
You can’t perform that action at this time.
0 commit comments