From 404cb6e81988ed84a75c89d67bf324409e22a390 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 3 Jul 2021 23:52:58 -0700 Subject: update protected_mode to match long_mode docs, apis --- test/protected_mode/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/protected_mode/mod.rs b/test/protected_mode/mod.rs index c9afc0b..76876e3 100644 --- a/test/protected_mode/mod.rs +++ b/test/protected_mode/mod.rs @@ -1327,6 +1327,7 @@ fn test_vex() { test_invalid_under(&InstDecoder::minimal(), bytes); } + #[allow(dead_code)] fn test_instr_invalid(bytes: &[u8]) { test_invalid_under(&InstDecoder::minimal().with_avx(), bytes); test_invalid_under(&InstDecoder::default(), bytes); -- cgit v1.1