mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Resolve transient GCC warning.
This commit is contained in:
parent
d8a11eaba7
commit
f8cb3ca8b5
@ -1085,6 +1085,7 @@ template <typename Predecoder<model>::OpT op, bool validate> Preinstruction Pred
|
||||
|
||||
// Should be unreachable.
|
||||
assert(false);
|
||||
return Preinstruction(); // To appease GCC during development.
|
||||
}
|
||||
|
||||
// MARK: - Page decoders.
|
||||
|
Loading…
x
Reference in New Issue
Block a user