mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-05 04:37:41 +00:00
Switch ordering.
This commit is contained in:
parent
dbb14467ec
commit
c07f8d8ef8
@ -155,7 +155,7 @@ struct Microcycle: public MicrocycleOperationStorage<op> {
|
||||
}
|
||||
}
|
||||
constexpr Microcycle(OperationT dynamic_operation, HalfCycles length) noexcept :
|
||||
Microcycle(dynamic_operation), length(length) {}
|
||||
length(length), Microcycle(dynamic_operation) {}
|
||||
constexpr Microcycle(HalfCycles length) noexcept {
|
||||
static_assert(op != Operation::DecodeDynamically);
|
||||
this->length = length;
|
||||
|
Loading…
x
Reference in New Issue
Block a user