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:
@@ -307,7 +307,8 @@ public class FieldMover implements Deobfuscator
|
|||||||
{
|
{
|
||||||
assert s.getPushed() == ctx;
|
assert s.getPushed() == ctx;
|
||||||
|
|
||||||
getContexts(list, s.getPopped());
|
for (InstructionContext i : s.getPopped())
|
||||||
|
getContexts(list, i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user