illegal state exception deob, ff doesnt fully like it yet though

This commit is contained in:
Adam
2015-06-19 23:30:03 -04:00
parent d3142d83ce
commit 98d85c646b
7 changed files with 114 additions and 3 deletions

View File

@@ -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