mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 23:25:00 +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.
|
// Should be unreachable.
|
||||||
assert(false);
|
assert(false);
|
||||||
|
return Preinstruction(); // To appease GCC during development.
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: - Page decoders.
|
// MARK: - Page decoders.
|
||||||
|
Reference in New Issue
Block a user