Decompiler: dump op if range error
This commit is contained in:
parent
291b8819fa
commit
d44a7f3f62
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue