summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_opcodes.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2018-01-31 22:39:30 +0300
committerDmitry Stogov <dmitry@zend.com>2018-01-31 22:39:30 +0300
commitba298725d194f753c0220bd9ac482e3d257a9ddc (patch)
tree5ecb20ba5c368ea2b605c52ac3409492419dba26 /Zend/zend_vm_opcodes.h
parent3c6e1c2b817179f35d6822d7576866834728561d (diff)
downloadphp-git-ba298725d194f753c0220bd9ac482e3d257a9ddc.tar.gz
Changed CATCH instruction format (extended_value moved into op2, op2 into result, result into extended_value)
Diffstat (limited to 'Zend/zend_vm_opcodes.h')
-rw-r--r--Zend/zend_vm_opcodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_vm_opcodes.h b/Zend/zend_vm_opcodes.h
index a1191cac29..fc0cba498f 100644
--- a/Zend/zend_vm_opcodes.h
+++ b/Zend/zend_vm_opcodes.h
@@ -55,6 +55,7 @@
#define ZEND_VM_EXT_REF 0x00100000
#define ZEND_VM_EXT_MASK 0x0f000000
#define ZEND_VM_EXT_NUM 0x01000000
+#define ZEND_VM_EXT_LAST_CATCH 0x02000000
#define ZEND_VM_EXT_JMP_ADDR 0x03000000
#define ZEND_VM_EXT_DIM_OBJ 0x04000000
#define ZEND_VM_EXT_TYPE 0x07000000