Skip to content
Snippets Groups Projects
Commit 7ae0acfc authored by Haoyang Cui's avatar Haoyang Cui
Browse files

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

parent 0dee7f66
No related branches found
No related tags found
No related merge requests found
...@@ -278,7 +278,7 @@ public class Machine ...@@ -278,7 +278,7 @@ public class Machine
if (regs[ra] == 0){ if (regs[ra] == 0){
pc = pc + offs; pc = pc + offs;
}else{ }else{
pc = pc + 1; pc = pc + offs;
} }
count++; count++;
continue; /* avoid default increment the pc below */ continue; /* avoid default increment the pc below */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment