Chromium Code Reviews| Index: src/trusted/validator/x86/testing/tf/converted/32/direct-jump-32.tf |
| diff --git a/src/trusted/validator/x86/testing/tf/converted/32/direct-jump-32.tf b/src/trusted/validator/x86/testing/tf/converted/32/direct-jump-32.tf |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..47611f74414fef37e10567a2d598f9827db772e6 |
| --- /dev/null |
| +++ b/src/trusted/validator/x86/testing/tf/converted/32/direct-jump-32.tf |
| @@ -0,0 +1,13 @@ |
| +BITS: 32 |
| +OUTCOME: valid |
| + |
| +# This file tests how we handle a 32-bit direct jumps. |
| +# |
| +# Define direct (32-bit) jump |
| +hex: e9 01 00 00 00 |
| + |
| + |
| +# Padding so that there is a valid target for the jump |
| +asm: nop; nop |
| +hex: 90 90 |
| + |