Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Side by Side Diff: src/trusted/validator_x86/testdata/32/addr16.test

Issue 625923004: Delete old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 @hex:
2 # Doesn't disassemble correctly
3 # 16-bit instructions
4 # mov %ax, (%bx)
5 67 66 89 07
6 # mov %ax, (%bp)
7 67 66 89 46 00
8 @nval:
9 VALIDATOR: 0: Bad prefix usage
10 VALIDATOR: 4: Bad prefix usage
11 *** <input> IS UNSAFE ***
12 @dis:
13 00000000: 67 66 89 07 mov *NaClIllegal*, %ax
14 00000004: 67 66 89 46 00 mov *NaClIllegal*, %ax
15 @vdis:
16 0: 67 66 89 07 mov *NaClIllegal*, %eax
17 4: 67 66 89 46 00 mov *NaClIllegal*, %eax
18 @rdfa_output:
19 0: [0] unrecognized instruction
20 4: [1] unrecognized instruction
21 return code: 1
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/32/README ('k') | src/trusted/validator_x86/testdata/32/bad-jmp.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698