mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Removed a mysterious "Hey!" message.
This commit is contained in:
@@ -1797,7 +1797,6 @@ void CE_GenRegInfo (CodeEntry* E, RegContents* InputRegs)
|
|||||||
}
|
}
|
||||||
} else if (strcmp (E->Arg, "tosaslax") == 0) {
|
} else if (strcmp (E->Arg, "tosaslax") == 0) {
|
||||||
if (RegValIsKnown (In->RegA) && (In->RegA & 0x0F) >= 8) {
|
if (RegValIsKnown (In->RegA) && (In->RegA & 0x0F) >= 8) {
|
||||||
printf ("Hey!\n");
|
|
||||||
Out->RegA = 0;
|
Out->RegA = 0;
|
||||||
}
|
}
|
||||||
} else if (strcmp (E->Arg, "tosorax") == 0) {
|
} else if (strcmp (E->Arg, "tosorax") == 0) {
|
||||||
|
Reference in New Issue
Block a user