aboutsummaryrefslogtreecommitdiff
path: root/src/long_mode/display.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-07-03 09:41:31 -0700
committeriximeow <me@iximeow.net>2021-07-03 09:41:31 -0700
commit77efbb834a5119b93e656dce6189f36df89645bb (patch)
tree5b7db1be63a6a904e41748df71e17ebce06860b4 /src/long_mode/display.rs
parent8b4de9092947380e8602766f64af4081c89b29d7 (diff)
reject instructions when their opcode is `Invalid`
the evex route would allow "valid" instructions that have the opcode `invalid`. this is.. not correct.
Diffstat (limited to 'src/long_mode/display.rs')
-rw-r--r--src/long_mode/display.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/long_mode/display.rs b/src/long_mode/display.rs
index e60645b..049b96d 100644
--- a/src/long_mode/display.rs
+++ b/src/long_mode/display.rs
@@ -1806,11 +1806,6 @@ impl Opcode {
}
}
- // AVX512CD
-
-
- // MPX
-
impl <T: fmt::Write, Y: YaxColors> Colorize<T, Y> for Opcode {
fn colorize(&self, colors: &Y, out: &mut T) -> fmt::Result {
match self {