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

Side by Side Diff: src/trusted/validator_arm/testdata-thumb/lit_pool_test.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 #include "masks.h"
2 .syntax unified
3 .code 16
4 .thumb_func
5 .global _start
6 _start:
7 b bundle3//Should succeed
8 nop
9 nop
10 nop
11 nop
12 nop
13 nop
14 bundle2:
15 bkpt
16 target:
17 .word _start
18 nop
19 nop
20 nop
21 nop
22 nop
23 bundle3:
24 ldr r0, target
25 CMASK(r0)
26 bx r0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698