diff options
author | iximeow <me@iximeow.net> | 2023-07-08 16:18:58 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2023-07-08 16:44:02 -0700 |
commit | 9951f5ef9d0d246bcc53cf9b80c8a33b4e5bf4f3 (patch) | |
tree | f1b24cea950743d01ed4aa1194c030067015fc13 | |
parent | 56bc9a6d43b802efd338ea27180bfdfa6b4eeba7 (diff) |
todo for 2.x
-rw-r--r-- | src/long_mode/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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 |