Removed a mysterious "Hey!" message.

This commit is contained in:
acqn 2022-07-21 11:59:38 +08:00
parent 19ddffecba
commit ac4cb258be
1 changed files with 0 additions and 1 deletions

View File

@ -1797,7 +1797,6 @@ void CE_GenRegInfo (CodeEntry* E, RegContents* InputRegs)
}
} else if (strcmp (E->Arg, "tosaslax") == 0) {
if (RegValIsKnown (In->RegA) && (In->RegA & 0x0F) >= 8) {
printf ("Hey!\n");
Out->RegA = 0;
}
} else if (strcmp (E->Arg, "tosorax") == 0) {