| Index: src/trusted/service_runtime/arch/arm/nacl_switch.S
|
| diff --git a/src/trusted/service_runtime/arch/arm/nacl_switch.S b/src/trusted/service_runtime/arch/arm/nacl_switch.S
|
| index a85d6053400d3b718d50fc7b8b6e8c4d272e1280..2a513d5f2f2441a3e0671bd281a4e5a2615477b8 100644
|
| --- a/src/trusted/service_runtime/arch/arm/nacl_switch.S
|
| +++ b/src/trusted/service_runtime/arch/arm/nacl_switch.S
|
| @@ -34,7 +34,7 @@ DEFINE_GLOBAL_HIDDEN_IDENTIFIER(NaClSwitch):
|
|
|
| ldmia r0!, NACL_CALLEE_SAVE_LIST
|
| add r0, #4 /* skip prog_ctr in struct NaClThreadContext */
|
| - /* Read sysret and new_eip from struct NaClThreadContext */
|
| + /* Read sysret and new_prog_ctr from struct NaClThreadContext */
|
| ldmia r0, {r0, r1}
|
| /* Pop 4 arguments saved on the stack by the trampoline code */
|
| add sp, #16
|
|
|