I dont know if this works or is correct but it runs?

This commit is contained in:
Adam
2015-08-01 21:35:02 -04:00
parent 7ce6cca104
commit 516fa7805f
10 changed files with 223 additions and 27 deletions

View File

@@ -50,8 +50,6 @@ public class Execution
public void run()
{
// XXX update pc? some instructiosn rely on it still.
int count = 0, fcount = 0;
while (!pendingMethods.isEmpty())
{