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

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: Remove saving of $gp. 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
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..2bdda28a0964c4d43b9740db70f091d1ee53705a 100644
--- a/src/trusted/service_runtime/arch/mips/nacl_switch.S
+++ b/src/trusted/service_runtime/arch/mips/nacl_switch.S
@@ -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)

Powered by Google App Engine
This is Rietveld 408576698