aboutsummaryrefslogtreecommitdiff
path: root/test/long_mode
diff options
context:
space:
mode:
Diffstat (limited to 'test/long_mode')
-rw-r--r--test/long_mode/mod.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs
index 9493a63..2c7771c 100644
--- a/test/long_mode/mod.rs
+++ b/test/long_mode/mod.rs
@@ -3454,7 +3454,8 @@ fn test_3dnow() {
test_display_under(&InstDecoder::default(), bytes, text);
test_invalid_under(&InstDecoder::minimal(), bytes);
test_invalid_under(&InstDecoder::minimal(), bytes);
- test_invalid_under(&yaxpeax_x86::long_mode::uarch::amd::k8(), bytes);
+ test_display_under(&yaxpeax_x86::long_mode::uarch::amd::k8(), bytes, text);
+ test_invalid_under(&yaxpeax_x86::long_mode::uarch::amd::bulldozer(), bytes);
test_invalid_under(&yaxpeax_x86::long_mode::uarch::intel::netburst(), bytes);
}