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

Side by Side Diff: src/trusted/validator_arm/testdata-thumb/local_disallowed.S

Issue 7799013: Intial Thumb2 Sandbox (naclrev 6680) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: asdsa Created 9 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 .syntax unified
2 .code 16
3 .thumb_func
4 .global _start
5 _start:
6 swi 0 @ No syscalls
7 swi 1 @ Checking number match
8 mov r0, r0 @ This should be allowed.
9 mov r0, r0 @ Pad to section boundary
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698