| OLD | NEW |
| (Empty) |
| 1 @hex: | |
| 2 # Example of use of segment register fs as a use, for instruction: mov %eax,
%fs[%r15] | |
| 3 64 41 8b 07 | |
| 4 @val: | |
| 5 VALIDATOR: 0000000000000000: 64 41 8b 07 mov
%eax, %fs:[%r15] | |
| 6 VALIDATOR: ERROR: Uses a segment prefix byte not allowed by Native Client | |
| 7 VALIDATOR: Checking jump targets: 0 to 4 | |
| 8 VALIDATOR: Checking that basic blocks are aligned | |
| 9 *** <input> IS UNSAFE *** | |
| 10 @rval: | |
| 11 VALIDATOR: 0000000000000000: 64 41 8b 07 mov
%eax, %fs:[%r15] | |
| 12 VALIDATOR: ERROR: Uses a segment prefix byte not allowed by Native Client | |
| 13 VALIDATOR: 0000000000000000: 64 41 8b 07 mov
%eax, %fs:[%r15] | |
| 14 VALIDATOR: ERROR: Segment memory reference not allowed | |
| 15 VALIDATOR: Checking jump targets: 0 to 4 | |
| 16 VALIDATOR: Checking that basic blocks are aligned | |
| 17 *** <input> IS UNSAFE *** | |
| 18 @rvald: | |
| 19 VALIDATOR: 0000000000000000: 64 41 8b 07 mov
%eax, %fs:[%r15] | |
| 20 VALIDATOR: ERROR: Uses a segment prefix byte not allowed by Native Client | |
| 21 VALIDATOR: 0000000000000000: 64 41 8b 07 mov
%eax, %fs:[%r15] | |
| 22 VALIDATOR: ERROR: Segment memory reference not allowed | |
| 23 VALIDATOR: Checking block alignment and jump targets: 0 to 4 | |
| 24 *** <input> IS UNSAFE *** | |
| 25 @vd-rval: | |
| 26 VALIDATOR: 0000000000000000: 64 41 8b 07 mov
%eax, %fs:[%r15] | |
| 27 VALIDATOR: ERROR: Uses a segment prefix byte not allowed by Native Client | |
| 28 VALIDATOR: 0000000000000000: 64 41 8b 07 mov
%eax, %fs:[%r15] | |
| 29 VALIDATOR: ERROR: Segment memory reference not allowed | |
| 30 VALIDATOR: Checking jump targets: 0 to 4 | |
| 31 VALIDATOR: Checking that basic blocks are aligned | |
| 32 *** <input> IS UNSAFE *** | |
| 33 @dis: | |
| 34 0000000000000000: 64 41 8b 07 mov %eax, %fs:[
%r15] | |
| 35 @vdis: | |
| 36 0000000000000000: 64 41 8b 07 mov %eax, %fs:[
%r15] | |
| 37 @rdfa_output: | |
| 38 0: [0] unrecognized instruction | |
| 39 return code: 1 | |
| OLD | NEW |