illegal state exception deob, ff doesnt fully like it yet though
This commit is contained in:
@@ -98,9 +98,7 @@ public class Instructions
|
||||
|
||||
public void buildBlocks()
|
||||
{
|
||||
for (Instruction i : instructions)
|
||||
i.block = null;
|
||||
blocks.clear();
|
||||
clearBlockGraph();
|
||||
|
||||
Block current = null;
|
||||
for (Instruction i : instructions)
|
||||
@@ -122,6 +120,13 @@ public class Instructions
|
||||
}
|
||||
}
|
||||
|
||||
public void clearBlockGraph()
|
||||
{
|
||||
for (Instruction i : instructions)
|
||||
i.block = null;
|
||||
blocks.clear();
|
||||
}
|
||||
|
||||
public void write(DataOutputStream out) throws IOException
|
||||
{
|
||||
// generate pool indexes
|
||||
|
||||
Reference in New Issue
Block a user