1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Resolve transient GCC warning.

This commit is contained in:
Thomas Harte 2022-10-25 10:20:06 -04:00
parent d8a11eaba7
commit f8cb3ca8b5

View File

@ -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.