From 27e01cd918dd3309571aa3628e6139d436b10e18 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 3 May 2017 10:01:22 +0300 Subject: Implemented HYBRID VM instruction dispatch method that takes advantages of both CALL and GOTO VMs. --- sapi/phpdbg/phpdbg_prompt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/phpdbg') diff --git a/sapi/phpdbg/phpdbg_prompt.c b/sapi/phpdbg/phpdbg_prompt.c index 544c973eec..88b0dad0b0 100644 --- a/sapi/phpdbg/phpdbg_prompt.c +++ b/sapi/phpdbg/phpdbg_prompt.c @@ -46,7 +46,7 @@ #include "phpdbg_wait.h" #include "phpdbg_eol.h" -#if ZEND_VM_KIND != ZEND_VM_KIND_CALL +#if ZEND_VM_KIND != ZEND_VM_KIND_CALL && ZEND_VM_KIND != ZEND_VM_KIND_HYBRID #error "phpdbg can only be built with CALL zend vm kind" #endif -- cgit v1.2.1