diff --git a/InstructionSets/ARM/Registers.hpp b/InstructionSets/ARM/Registers.hpp index d85bf6440..dfed2e1ef 100644 --- a/InstructionSets/ARM/Registers.hpp +++ b/InstructionSets/ARM/Registers.hpp @@ -272,6 +272,7 @@ struct Registers { case Condition::GT: return !le(); case Condition::LE: return le(); + default: case Condition::AL: return true; case Condition::NV: return false; }