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

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

parent 7ae0acfc
Branches
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ public class Machine
if (regs[src] + offs > MAX_ADDR){
/* no op */
}else if(regs[src] + offs < 0){
/* no op */
regs[dest] = memory[0];
}else{
regs[dest] = memory[regs[src] + offs];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment