jump to exception handlers more reliably. fix finaliers

This commit is contained in:
Adam
2015-08-09 17:22:00 -04:00
parent 1090dfee7e
commit 0e626afd0a
8 changed files with 69 additions and 177 deletions

View File

@@ -186,7 +186,7 @@ public class ConstantParameter implements Deobfuscator
Instruction ins = (Instruction) comparison;
assert (comparison instanceof If0) == (otherValue == null);
assert otherValue == null || otherValue instanceof Integer || otherValue instanceof Byte;
assert otherValue == null || otherValue instanceof Integer;
switch (ins.getType())
{