From 62139159759927208fc05e54dac59bf7d906759f Mon Sep 17 00:00:00 2001 From: Xuefer Date: Wed, 27 Apr 2011 04:19:27 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.lighttpd.net/xcache/trunk@801 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- Decompiler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Decompiler.class.php b/Decompiler.class.php index afa45b7..5cdcee2 100644 --- a/Decompiler.class.php +++ b/Decompiler.class.php @@ -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