mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-10 14:26:45 +00:00
remove logs; 1 log might cause a null ref;
This commit is contained in:
parent
f3ae97c060
commit
9cb2c29f0f
@ -167,9 +167,6 @@ public class SetccInstruction extends Instruction {
|
||||
String mnemonic = getMnemonic().toLowerCase();
|
||||
Character familyOpCode = mnemnoicFamilyOpCodeMap.get(mnemonic);
|
||||
|
||||
LogManager.LOGGER.info("received mnemonic: " + mnemonic);
|
||||
LogManager.LOGGER.info("family opcode: " + (int)(char) familyOpCode);
|
||||
|
||||
// This will catch the off case that someone uses the mnemonic 'setcc'
|
||||
// as far as the assembler knows this is a valid instruction, but we know it isn't
|
||||
if (familyOpCode == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user