mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-20 10:17:05 +00:00
Resolve transient GCC warning.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user