From 31c0487196053a04f459bc6882959d6975438993 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Fri, 12 Jul 2013 08:47:30 +0000 Subject: [PATCH] disassembler: USER_OPCODE is not 5.0 git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1301 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- xcache/xc_opcode_spec_def.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xcache/xc_opcode_spec_def.h b/xcache/xc_opcode_spec_def.h index bc4596e..f8b4b5d 100644 --- a/xcache/xc_opcode_spec_def.h +++ b/xcache/xc_opcode_spec_def.h @@ -203,7 +203,9 @@ static const xc_opcode_spec_t xc_opcode_spec[] = { OPSPEC( UNUSED, STD, STD, VAR) /* 147 ASSIGN_DIM */ OPSPEC( ISSET, STD, STD, TMP) /* 148 ISSET_ISEMPTY_PROP_OBJ */ OPSPEC( STD, UNUSED, UNUSED, STD) /* 149 HANDLE_EXCEPTION */ +#ifdef ZEND_ENGINE_2_1 OPSPEC( STD, UNUSED, UNUSED, STD) /* 150 USER_OPCODE */ +#endif #ifdef ZEND_ENGINE_2_3 OPSPEC( UNUSED, UNUSED, UNUSED, UNUSED) /* 151 UNDEF */ OPSPEC( UNUSED, STD, JMPADDR, TMP) /* 152 JMP_SET */