1
0
Fork 0

Decompiler/dump: dont decompile for dump

This commit is contained in:
Xuefer 2015-06-23 21:53:28 +08:00
parent 7a054d0272
commit 6e21470dc7
1 changed files with 0 additions and 1 deletions

View File

@ -1577,7 +1577,6 @@ class Decompiler
$range = array(0, count($opcodes) - 1, 'EX' => &$EX);
if ($this->outputOpcode) {
$this->keepTs = true;
$this->dasmBasicBlock($range);
$this->dumpRange($range);
$this->keepTs = false;
}