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

Unified Diff: src/trusted/service_runtime/arch/mips/nacl_switch_to_app_mips.c

Issue 11151031: [MIPS] Update SConstruct to use new MIPS toolchain. (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: Created 8 years, 2 months 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 | « SConstruct ('k') | no next file » | 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_to_app_mips.c
diff --git a/src/trusted/service_runtime/arch/mips/nacl_switch_to_app_mips.c b/src/trusted/service_runtime/arch/mips/nacl_switch_to_app_mips.c
index fc750fe4a20aabc823867d8569dfe04387e8d87d..5aabbedc1ccbf070514acf6eedd55613eddeaf56 100644
--- a/src/trusted/service_runtime/arch/mips/nacl_switch_to_app_mips.c
+++ b/src/trusted/service_runtime/arch/mips/nacl_switch_to_app_mips.c
@@ -24,12 +24,10 @@ void NaClInitSwitchToApp(struct NaClApp *nap) {
NORETURN void NaClStartThreadInApp(struct NaClAppThread *natp,
uint32_t new_prog_ctr) {
- struct NaClApp *nap;
struct NaClThreadContext *context;
natp->user.trusted_stack_ptr = (NaClGetStackPtr() & ~0xf) + 4;
- nap = natp->nap;
context = &natp->user;
context->new_prog_ctr = new_prog_ctr;
« no previous file with comments | « SConstruct ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698