OLD | NEW |
| (Empty) |
1 @hex: | |
2 # Show that we report wrmsr as an illegal instruction. | |
3 0f 30 | |
4 @val: | |
5 VALIDATOR: 0000000000000000: 0f 30 wrms
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 30 wrms
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 30 wrmsr | |
18 @vdis: | |
19 0000000000000000: 0f 30 [P] dontcare(il
legal) | |
20 @rdfa_output: | |
21 0: [0] unrecognized instruction | |
22 return code: 1 | |
OLD | NEW |