Fix fieldmover build? Not sure if this is correct. This mul test doesn't cover what I was trying to fix, field721 = (-1 != var5 && 1 != var5?(class139.field2363 * 1381104939 + 1 * field721 * 1) / 2:1381104939 * class139.field2363) * 1807370871 * 981643079;

This commit is contained in:
Adam
2015-10-08 21:00:45 -04:00
parent 9b4f4242eb
commit 0bc49e1ec6

View File

@@ -307,7 +307,8 @@ public class FieldMover implements Deobfuscator
{
assert s.getPushed() == ctx;
getContexts(list, s.getPopped());
for (InstructionContext i : s.getPopped())
getContexts(list, i);
}
}