typo
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@801 c26eb9a1-5813-0410-bd6c-c2e55f420ca73.0
parent
75a5ba00c6
commit
6213915975
|
@ -739,7 +739,7 @@ class Decompiler
|
|||
$firstOp = &$opcodes[$range[0]];
|
||||
$lastOp = &$opcodes[$range[1]];
|
||||
|
||||
// {{{ ?: excludign JMP_SET
|
||||
// {{{ ?: excluding JMP_SET
|
||||
if ($firstOp['opcode'] == XC_JMPZ && !empty($firstOp['jmpouts'])
|
||||
&& $range[1] >= $range[0] + 3
|
||||
&& $opcodes[$firstOp['jmpouts'][0] - 2]['opcode'] == XC_QM_ASSIGN
|
||||
|
|
Loading…
Reference in New Issue