aboutsummaryrefslogtreecommitdiff
path: root/test/real_mode
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-07-04 14:23:45 -0700
committeriximeow <me@iximeow.net>2021-07-04 14:23:45 -0700
commitff9760b94936de929777f9730ac1568ac26bf4d5 (patch)
tree53be09b02c0f3e3c7edcfe02038cd31f3dbc0883 /test/real_mode
parente15ef43a243ae0e0db369cead1786f4f2c4e690e (diff)
handle vzeroupper/vzeroall, reject vzero* with nonzero vvvv
Diffstat (limited to 'test/real_mode')
-rw-r--r--test/real_mode/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/real_mode/mod.rs b/test/real_mode/mod.rs
index 54bae05..23744e1 100644
--- a/test/real_mode/mod.rs
+++ b/test/real_mode/mod.rs
@@ -18189,6 +18189,7 @@ fn test_invalid_sequences() {
test_invalid(&[0xc4, 0b110_00011, 0b1_1111_101, 0x19, 0b11_001_010, 0x77]);
test_invalid(&[0xc4, 0b110_00011, 0b1_1111_101, 0x46, 0b11_001_010, 0x77]);
test_invalid(&[0xc5, 0b1_1111_111, 0x2f, 0b11_001_010]);
+ test_invalid(&[0xc5, 0x8c, 0x77]);
test_invalid(&[0xd9, 0x08]);
test_invalid(&[0xd9, 0x09]);
test_invalid(&[0xd9, 0x0a]);