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

Unified Diff: src/trusted/service_runtime/arch/x86_32/nacl_switch_32.S

Issue 10806080: ARM: Rename the "new_eip" field in NaClThreadContext to "new_prog_ctr" (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Rebase + copyright Created 8 years, 5 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 | « src/trusted/service_runtime/arch/arm/sel_rt.c ('k') | src/trusted/service_runtime/arch/x86_32/sel_rt_32.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/arch/x86_32/nacl_switch_32.S
diff --git a/src/trusted/service_runtime/arch/x86_32/nacl_switch_32.S b/src/trusted/service_runtime/arch/x86_32/nacl_switch_32.S
index a90b87c027574ea1a1b786a9a3ff18f9aa6bf35b..69a828a97092f6a6daff46334df952216aac3d8c 100644
--- a/src/trusted/service_runtime/arch/x86_32/nacl_switch_32.S
+++ b/src/trusted/service_runtime/arch/x86_32/nacl_switch_32.S
@@ -92,7 +92,7 @@ MACROENTRY
/* xorl will leave eflags in a known state, so no info leaks */
popl %ecx
.endif
- movl 0x30(%ecx), %edx /* new_eip */
+ movl 0x30(%ecx), %edx /* new_prog_ctr */
movl 0x14(%ecx), %ebp /* frame_ptr.ptr_32.ptr */
movl 0x8(%ecx), %edi /* edi */
movl 0x4(%ecx), %esi /* esi */
« no previous file with comments | « src/trusted/service_runtime/arch/arm/sel_rt.c ('k') | src/trusted/service_runtime/arch/x86_32/sel_rt_32.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698