| Index: src/trusted/validator_x86/testdata/32/imm-3byte.tf
|
| diff --git a/src/trusted/validator_x86/testdata/32/imm-3byte.hex b/src/trusted/validator_x86/testdata/32/imm-3byte.tf
|
| similarity index 64%
|
| copy from src/trusted/validator_x86/testdata/32/imm-3byte.hex
|
| copy to src/trusted/validator_x86/testdata/32/imm-3byte.tf
|
| index d252e20e646e733a8fb79999239bed2b1a32fbf8..e2f45ac01d2299b52519000b8658a1f844fd292a 100644
|
| --- a/src/trusted/validator_x86/testdata/32/imm-3byte.hex
|
| +++ b/src/trusted/validator_x86/testdata/32/imm-3byte.tf
|
| @@ -1,4 +1,10 @@
|
| +BITS: 32
|
| +OUTCOME: invalid
|
| +
|
| # Tests that we recognize instructions with 3 bytes of immediate.
|
| # Note: The instruction isn't decoded correctly, but it doesn't matter
|
| # since the instruction is NaCl illegal.
|
| -c8 01 02 03
|
| +asm: enter $0x201,$0x3
|
| +hex: c8 01 02 03
|
| +nc_out: Illegal instruction
|
| +
|
|
|