From 77efbb834a5119b93e656dce6189f36df89645bb Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 3 Jul 2021 09:41:31 -0700 Subject: reject instructions when their opcode is `Invalid` the evex route would allow "valid" instructions that have the opcode `invalid`. this is.. not correct. --- src/long_mode/display.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/long_mode/display.rs') 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 Colorize for Opcode { fn colorize(&self, colors: &Y, out: &mut T) -> fmt::Result { match self { -- cgit v1.1