| OLD | NEW |
| (Empty) |
| 1 @hex: | |
| 2 # Show that we report rdmsr as an illegal instruction. | |
| 3 0f 32 | |
| 4 @val: | |
| 5 VALIDATOR: 0000000000000000: 0f 32 rdms
r | |
| 6 VALIDATOR: ERROR: This instruction has been marked illegal by Native Client | |
| 7 VALIDATOR: Checking jump targets: 0 to 2 | |
| 8 VALIDATOR: Checking that basic blocks are aligned | |
| 9 *** <input> IS UNSAFE *** | |
| 10 @rval: | |
| 11 VALIDATOR: 0000000000000000: 0f 32 rdms
r | |
| 12 VALIDATOR: ERROR: This instruction has been marked illegal by Native Client | |
| 13 VALIDATOR: Checking jump targets: 0 to 2 | |
| 14 VALIDATOR: Checking that basic blocks are aligned | |
| 15 *** <input> IS UNSAFE *** | |
| 16 @dis: | |
| 17 0000000000000000: 0f 32 rdmsr | |
| 18 @vdis: | |
| 19 0000000000000000: 0f 32 [P] dontcare(il
legal) | |
| 20 @rdfa_output: | |
| 21 0: [0] unrecognized instruction | |
| 22 return code: 1 | |
| OLD | NEW |