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

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

parent 5e6cf0eb
No related branches found
No related tags found
No related merge requests found
...@@ -275,7 +275,7 @@ public class Machine ...@@ -275,7 +275,7 @@ public class Machine
} }
int ra = parseReg(toks[1]); int ra = parseReg(toks[1]);
int offs = parseOffset(toks[2]); int offs = parseOffset(toks[2]);
if (regs[ra] == 0){ if (regs[ra] != 0){
pc = pc + offs; pc = pc + offs;
}else{ }else{
pc = pc + 1; pc = pc + 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment