chore(cpu): Ensure Cycles is the size of an u32
This commit is contained in:
parent
50ba300d23
commit
c60bf704ff
@ -118,6 +118,7 @@ pub enum JumpCondition {
|
||||
struct Table;
|
||||
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Default)]
|
||||
#[repr(transparent)]
|
||||
pub struct Cycle(u32);
|
||||
|
||||
impl Instruction {
|
||||
|
Loading…
x
Reference in New Issue
Block a user