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

Unified Diff: src/trusted/service_runtime/arch/mips/nacl_syscall.S

Issue 11503016: [MIPS] Minor fixes for service runtime. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 8 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/trusted/service_runtime/arch/mips/sel_addrspace_mips.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | src/trusted/service_runtime/arch/mips/sel_addrspace_mips.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698