| Index: src/trusted/service_runtime/arch/mips/nacl_syscall.S
|
| diff --git a/src/trusted/service_runtime/arch/mips/nacl_syscall.S b/src/trusted/service_runtime/arch/mips/nacl_syscall.S
|
| index 294283ef6db78180e79332593059c77ceec96941..532aacebbf72fa48d81e4a03e9c255528a7523f2 100644
|
| --- a/src/trusted/service_runtime/arch/mips/nacl_syscall.S
|
| +++ b/src/trusted/service_runtime/arch/mips/nacl_syscall.S
|
| @@ -125,5 +125,5 @@ DEFINE_GLOBAL_HIDDEN_IDENTIFIER(NaClSyscallSeg):
|
| * by the following instruction
|
| */
|
|
|
| - jr $0 /*NACL_HALT*/
|
| + NACL_HALT
|
|
|
|
|