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;
|
||||
|
||||
case(a64inst_SUB):
|
||||
printf("wag1\n");
|
||||
writeRegister(state, dest, regType, srcVal - arithmImm);
|
||||
break;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user