Chromium Code Reviews| Index: src/trusted/validator_x86/testdata/64/read_const_ptr.tf |
| diff --git a/src/trusted/validator_x86/testdata/64/read_const_ptr.tf b/src/trusted/validator_x86/testdata/64/read_const_ptr.tf |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..824378c0d20637de2d58491b9e3bc42398d69fa6 |
| --- /dev/null |
| +++ b/src/trusted/validator_x86/testdata/64/read_const_ptr.tf |
| @@ -0,0 +1,8 @@ |
| +BITS: 64 |
| +OUTCOME: invalid |
| + |
| +# Example of referencing memory with a constant value. |
| +asm: and 0xffffffffffffffff,%ecx |
| +hex: 23 0C 25 FF FF FF FF |
| +nc_out: ERROR: No base register specified in memory offset |
| + |