| Index: src/trusted/service_runtime/arch/x86_32/sel_rt_32.h
|
| diff --git a/src/trusted/service_runtime/arch/x86_32/sel_rt_32.h b/src/trusted/service_runtime/arch/x86_32/sel_rt_32.h
|
| index 5eb38448ac465f2bc35168ad69b34ca7d9e29680..ed74cefab4011e019d9dac0dc3743afa306beabe 100644
|
| --- a/src/trusted/service_runtime/arch/x86_32/sel_rt_32.h
|
| +++ b/src/trusted/service_runtime/arch/x86_32/sel_rt_32.h
|
| @@ -98,9 +98,9 @@ struct NaClThreadContext {
|
| uint16_t ds, es, fs, gs;
|
| /* 28 2a 2c 2e */
|
| /*
|
| - * spring_addr, sys_ret and new_eip are not a part of the thread's
|
| - * register set, but are needed by NaClSwitch. By including them
|
| - * here, the two use the same interface.
|
| + * spring_addr, sys_ret and new_prog_ctr are not a part of the
|
| + * thread's register set, but are needed by NaClSwitch. By
|
| + * including them here, the two use the same interface.
|
| */
|
| nacl_reg_t new_prog_ctr;
|
| /* 30 */
|
|
|