| 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 aa12db16d4622de87ff13e3ced45341e68a77b65..04e984e5f70499dada14de2aba9571a8780eb1ca 100644
|
| --- a/src/trusted/service_runtime/arch/mips/nacl_syscall.S
|
| +++ b/src/trusted/service_runtime/arch/mips/nacl_syscall.S
|
| @@ -104,6 +104,7 @@ DEFINE_GLOBAL_HIDDEN_IDENTIFIER(NaClSyscallSeg):
|
| addu $a1, $a1, $a0
|
| lw $a1, 0($a1)
|
|
|
| +DEFINE_GLOBAL_HIDDEN_IDENTIFIER(NaClSyscallThreadCaptureFault):
|
| sw $s0, NACL_THREAD_CONTEXT_OFFSET_S0($a1)
|
| sw $s1, NACL_THREAD_CONTEXT_OFFSET_S1($a1)
|
| sw $s2, NACL_THREAD_CONTEXT_OFFSET_S2($a1)
|
|
|