aboutsummaryrefslogtreecommitdiff
path: root/test/long_mode/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/long_mode/mod.rs')
-rw-r--r--test/long_mode/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs
index 1573580..de65a97 100644
--- a/test/long_mode/mod.rs
+++ b/test/long_mode/mod.rs
@@ -3161,6 +3161,7 @@ fn test_x87() {
#[test]
fn test_mishegos_finds() {
+ test_invalid(&[0xc5, 0x8c, 0x77]);
test_display(&[0x0f, 0xfc, 0xaf, 0x40, 0x38, 0x25, 0xbf], "paddb mm5, qword [rdi - 0x40dac7c0]");
test_invalid(&[0xc5, 0x4d, 0x16, 0x0f]);
test_invalid(&[0xf3, 0x67, 0x0f, 0x3a, 0xf0, 0xfb, 0xb4]);