1
0
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:
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. // Should be unreachable.
assert(false); assert(false);
return Preinstruction(); // To appease GCC during development.
} }
// MARK: - Page decoders. // MARK: - Page decoders.