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:
parent
1be88a5308
commit
25b8c4c062
@ -363,8 +363,7 @@ struct PartialMachineCycle {
|
||||
default: break;
|
||||
}
|
||||
|
||||
static constexpr uint8_t none[] = {};
|
||||
return none;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
PartialMachineCycle(const PartialMachineCycle &rhs) noexcept;
|
||||
|
Loading…
x
Reference in New Issue
Block a user