Skip to content
Snippets Groups Projects
Commit 25d3ab10 authored by Arwinder Singh's avatar Arwinder Singh
Browse files

Update mutants/mutant-3/swen90006/machine/Machine.java

parent 649534d6
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,7 @@ public class Machine
}
int offs = parseOffset(toks[1]);
pc = pc + offs;
count++;
count--;
continue; /* avoid default increment of pc below */
} else if (toks[0].equals(INSTRUCTION_JZ)){
if (toks.length != 3){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment