Skip to content
Snippets Groups Projects
Commit 8efff6c1 authored by Chamira Balasuriya's avatar Chamira Balasuriya
Browse files

insert mutant5

parent 775c2da9
Branches
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