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

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

Issue 11368024: [MIPS] Restore the trusted stack in NaClSyscallSeg. (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: Update Copyright headers. Remote presubmit complained about it. Created 8 years, 1 month 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/nacl_switch_to_app_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_switch.S
diff --git a/src/trusted/service_runtime/arch/mips/nacl_switch.S b/src/trusted/service_runtime/arch/mips/nacl_switch.S
index db13315336e15fe79951761dad151b0924793b07..cf5446f16439b0ec7034bc67d632373f38ffcd38 100644
--- a/src/trusted/service_runtime/arch/mips/nacl_switch.S
+++ b/src/trusted/service_runtime/arch/mips/nacl_switch.S
@@ -1,7 +1,7 @@
/*
- * Copyright 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.
+ * 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/trusted/service_runtime/arch/mips/sel_rt.h"
@@ -56,7 +56,6 @@ DEFINE_GLOBAL_HIDDEN_IDENTIFIER(NaClSwitch):
lw $s6, NACL_THREAD_CONTEXT_OFFSET_S6($a0)
lw $s7, NACL_THREAD_CONTEXT_OFFSET_S7($a0)
lw $t8, NACL_THREAD_CONTEXT_OFFSET_T8($a0)
- lw $gp, NACL_THREAD_CONTEXT_OFFSET_GLOBAL_PTR($a0)
lw $sp, NACL_THREAD_CONTEXT_OFFSET_STACK_PTR($a0)
lw $fp, NACL_THREAD_CONTEXT_OFFSET_FRAME_PTR($a0)
« no previous file with comments | « no previous file | src/trusted/service_runtime/arch/mips/nacl_switch_to_app_mips.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698