1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00

Added new line

This commit is contained in:
Dmitry Stogov
2018-10-18 16:40:24 +03:00
parent 370882bb59
commit a4b33f775e
+1
View File
@@ -2674,6 +2674,7 @@ function gen_vm($def, $skel) {
gen_executor($f, $skl, ZEND_VM_SPEC, ZEND_VM_KIND, "execute", "zend_vm_init");
// Generate zend_vm_get_opcode_handler() function
out($f, "\n");
out($f, "static const void* ZEND_FASTCALL zend_vm_get_opcode_handler_ex(uint32_t spec, const zend_op* op)\n");
out($f, "{\n");
if (!ZEND_VM_SPEC) {