mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Appease GCC with a 'default'.
This commit is contained in:
parent
07984a2f8b
commit
e680a973b0
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user