Skip to content
Snippets Groups Projects

WIP: Master

Open Zhuolun Lang requested to merge zlang/SWEN90006-A1-2018:master into master
Files
3
@@ -287,7 +287,7 @@ public class Machine
throw new InvalidInstructionException();
}
count++;
pc = pc + 1;
pc = pc + 2;
}
/* got here without returning already... */
Loading