Skip to content
Snippets Groups Projects
Commit d950f93c authored by Zhuolun Lang's avatar Zhuolun Lang
Browse files

Update Machine.java

parent 87369316
No related branches found
No related tags found
No related merge requests found
...@@ -287,7 +287,7 @@ public class Machine ...@@ -287,7 +287,7 @@ public class Machine
throw new InvalidInstructionException(); throw new InvalidInstructionException();
} }
count++; count++;
pc = pc + 1; pc = pc + 2;
} }
/* got here without returning already... */ /* got here without returning already... */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment