mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 23:32:28 +00:00
Logically, I think this should be unsigned.
This commit is contained in:
parent
a030d9935e
commit
50b9d0e86d
@ -93,7 +93,7 @@ struct Microcycle {
|
|||||||
|
|
||||||
/// Contains a valid combination of the various static constexpr int flags, describing the operation
|
/// Contains a valid combination of the various static constexpr int flags, describing the operation
|
||||||
/// performed by this Microcycle.
|
/// performed by this Microcycle.
|
||||||
int operation = 0;
|
unsigned int operation = 0;
|
||||||
|
|
||||||
/// Describes the duration of this Microcycle.
|
/// Describes the duration of this Microcycle.
|
||||||
HalfCycles length = HalfCycles(4);
|
HalfCycles length = HalfCycles(4);
|
||||||
|
Loading…
Reference in New Issue
Block a user