trunk
Erin 2024-02-16 11:49:32 +01:00
parent 942839a5f8
commit eb46b24a10
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ macro_rules! gen_opcodes {
paste::paste! {
#[derive(Clone, Copy, Debug)]
#[repr(u8)]
pub enum Op { $(
[< $mnemonic:lower:camel >](super::[<Ops $ty>]),
)* }