From 9951f5ef9d0d246bcc53cf9b80c8a33b4e5bf4f3 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 8 Jul 2023 16:18:58 -0700 Subject: todo for 2.x --- src/long_mode/mod.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/long_mode/mod.rs b/src/long_mode/mod.rs index 658f15c..925f47d 100644 --- a/src/long_mode/mod.rs +++ b/src/long_mode/mod.rs @@ -6275,6 +6275,8 @@ fn read_M< Ok(op_spec) } +// well, ya forgot to make the enum non-exhausitve, and now adding variants to describe vex and +// evex operand codes would be a breaking change. TODO for 2.x .... /// the actual description for a selection of bits involved in decoding an [`long_mode::Instruction`]. /// /// some prefixes are only identified as an `InnerDescription::Misc` string, while some are full -- cgit v1.1