mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-10 14:26:45 +00:00
Merge branch 'master' into implement-SETcc-instructions#184
This commit is contained in:
commit
3e2422775e
@ -95,9 +95,7 @@ public class DefaultInstructionSet implements InstructionSet {
|
||||
if (instructionMap.containsKey(instruction.getOpCode())) {
|
||||
LogManager.LOGGER.fine(instruction.getMnemonic() + " instruction is an alias for " +
|
||||
instructionMap.get(instruction.getOpCode()).getMnemonic());
|
||||
} else {
|
||||
instructionMap.put(instruction.getOpCode(), instruction);
|
||||
|
||||
}
|
||||
instructionMap.put(instruction.getOpCode(), instruction);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user