Skip to content
Snippets Groups Projects

WIP: Master

Files

@@ -287,7 +287,7 @@ public class Machine
throw new InvalidInstructionException();
}
count++;
pc = pc + 1;
pc = pc + 2;
}
/* got here without returning already... */
Loading