1
0
Fork 0
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@801 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 2011-04-27 04:19:27 +00:00
parent 75a5ba00c6
commit 6213915975
1 changed files with 1 additions and 1 deletions

View File

@ -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