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

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

Issue 7799013: Intial Thumb2 Sandbox (naclrev 6680) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: fix comma Created 9 years, 3 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 @ Copyright 2011 The Native Client Authors. All rights reserved.
bsy 2011/09/21 22:32:17 (c) "be" at the end of 2nd line. our presubmit c
jasonwkim 2011/09/26 21:35:52 Done.
2 @ Use of this source code is governed by a BSD-style license that can
3 @ be found in the LICENSE file.
4 @ Copyright 2011 Google Inc.
5
6 @
7 @ Tests a few instructions that are always illegal in NaCl.
8 @
9 .code 16
10 .globl _start
11 .thumb_func
12 .func _start, _start
13
14 _start:
15 swi 6 @ SWI illegal in untrusted code
16 adr r0, foo
17 bxj r0 @ BXJ illegal in NaCl
18
19 foo:
20 b foo
21 mov r0,r0 @ Pad to section boundary
22 .endfunc
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698