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/shared/evex.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/shared/evex.in') diff --git a/src/shared/evex.in b/src/shared/evex.in index 2bcd2f4..f9574db 100644 --- a/src/shared/evex.in +++ b/src/shared/evex.in @@ -86,6 +86,9 @@ pub(crate) fn read_evex::Address,