Index: src/trusted/validator_x86/testdata/64/pop-rbp.tf |
diff --git a/src/trusted/validator_x86/testdata/64/pop-rbp.tf b/src/trusted/validator_x86/testdata/64/pop-rbp.tf |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6fa22645593905dbb6d1239928768bf58677aebe |
--- /dev/null |
+++ b/src/trusted/validator_x86/testdata/64/pop-rbp.tf |
@@ -0,0 +1,8 @@ |
+BITS: 64 |
+OUTCOME: invalid |
+ |
+# Test that we catch the assignment to rbp in a pop. |
+asm: pop %rbp |
+hex: 5D |
+nc_out: ERROR: Illegal change to register RBP |
+ |