chore: implement default for cycles
This commit is contained in:
parent
f365633c1e
commit
2401cf7190
|
@ -117,7 +117,7 @@ pub enum JumpCondition {
|
|||
#[derive(Debug, Copy, Clone)]
|
||||
struct Table;
|
||||
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord)]
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Default)]
|
||||
pub struct Cycles(u32);
|
||||
|
||||
impl Instruction {
|
||||
|
|
Loading…
Reference in New Issue