Index: src/trusted/validator_x86/testdata/64/rdmsr.tf |
diff --git a/src/trusted/validator_x86/testdata/64/rdmsr.tf b/src/trusted/validator_x86/testdata/64/rdmsr.tf |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2d376113513f2f18e4fdf8c087ca0f807fd86edb |
--- /dev/null |
+++ b/src/trusted/validator_x86/testdata/64/rdmsr.tf |
@@ -0,0 +1,8 @@ |
+BITS: 64 |
+OUTCOME: invalid |
+ |
+# Show that we report rdmsr as an illegal instruction. |
+asm: rdmsr |
+hex: 0f 32 |
+nc_out: ERROR: This instruction has been marked illegal by Native Client |
+ |