1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-16 18:30:32 +00:00

Provide clearer failure case.

This commit is contained in:
Thomas Harte 2021-04-03 21:04:44 -04:00
parent 1be88a5308
commit 25b8c4c062

View File

@ -363,8 +363,7 @@ struct PartialMachineCycle {
default: break;
}
static constexpr uint8_t none[] = {};
return none;
return nullptr;
}
PartialMachineCycle(const PartialMachineCycle &rhs) noexcept;