mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +00:00
Provide clearer failure case.
This commit is contained in:
@@ -363,8 +363,7 @@ struct PartialMachineCycle {
|
||||
default: break;
|
||||
}
|
||||
|
||||
static constexpr uint8_t none[] = {};
|
||||
return none;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
PartialMachineCycle(const PartialMachineCycle &rhs) noexcept;
|
||||
|
Reference in New Issue
Block a user