1
0
Fork 0

Decompiler: dump op if range error

This commit is contained in:
Xuefer 2015-07-14 12:40:06 +08:00
parent 291b8819fa
commit d44a7f3f62
1 changed files with 1 additions and 0 deletions

View File

@ -1521,6 +1521,7 @@ class Decompiler
fprintf(STDERR, "%d: \$blockLast(%d) > \$range[1](%d)\n", __LINE__, $blockLast, $range[1]);
assert('$blockLast <= $range[1]');
printBacktrace();
$this->dumpRange($range);
}
if ($blockLast >= $blockFirst) {