From eb46b24a107934120b304f5068b4e9daf96c28d0 Mon Sep 17 00:00:00 2001 From: Erin Date: Fri, 16 Feb 2024 11:49:32 +0100 Subject: [PATCH] xyzzy --- hbbytecode/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/hbbytecode/src/lib.rs b/hbbytecode/src/lib.rs index a6ccc5a..32a0932 100644 --- a/hbbytecode/src/lib.rs +++ b/hbbytecode/src/lib.rs @@ -122,6 +122,7 @@ macro_rules! gen_opcodes { paste::paste! { #[derive(Clone, Copy, Debug)] + #[repr(u8)] pub enum Op { $( [< $mnemonic:lower:camel >](super::[]), )* }