| Index: tests/syscall_return_sandboxing/sandboxed_arm.S
|
| diff --git a/tests/syscall_return_sandboxing/sandboxed_arm.S b/tests/syscall_return_sandboxing/sandboxed_arm.S
|
| index 9daaaa5be137e5323f895d7b3420941ff24fdf86..2f75cf819648e2dd1fd5618a7d0180835dee8cb3 100644
|
| --- a/tests/syscall_return_sandboxing/sandboxed_arm.S
|
| +++ b/tests/syscall_return_sandboxing/sandboxed_arm.S
|
| @@ -1,9 +1,11 @@
|
| /*
|
| - * Copyright 2010 The Native Client Authors. All rights reserved.
|
| - * Use of this source code is governed by a BSD-style license that can
|
| - * be found in the LICENSE file.
|
| + * Copyright (c) 2012 The Native Client Authors. All rights reserved.
|
| + * Use of this source code is governed by a BSD-style license that can be
|
| + * found in the LICENSE file.
|
| */
|
|
|
| +#include "native_client/src/include/arm_sandbox.h"
|
| +
|
| /*
|
| * assume 32-byte trampoline slots, 16-byte bundles.
|
| */
|
| @@ -32,7 +34,7 @@ bad: pop {lr}
|
| bx lr
|
|
|
|
|
| - bkpt 0x7777
|
| + .word NACL_INSTR_LITERAL_POOL_HEAD
|
| /*
|
| * Put a disallowed instruction here to ensure that the bkpt
|
| * data bundle marker works. If the marker does not work, then
|
|
|