Remove debugging code w/ S
This commit is contained in:
parent
294b03ddde
commit
cc62168d43
@ -139,7 +139,6 @@ static void executeDPImmediate(Machine *state, a64inst_instruction *inst) {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case(a64inst_SUB):
|
case(a64inst_SUB):
|
||||||
printf("wag1\n");
|
|
||||||
writeRegister(state, dest, regType, srcVal - arithmImm);
|
writeRegister(state, dest, regType, srcVal - arithmImm);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user