| Index: src/trusted/service_runtime/arch/x86_64/nacl_switch_to_app_64.c
|
| diff --git a/src/trusted/service_runtime/arch/x86_64/nacl_switch_to_app_64.c b/src/trusted/service_runtime/arch/x86_64/nacl_switch_to_app_64.c
|
| index 85fce5743eda5ee2ed4022337ea7dc6704e242b7..8108aa7a67013e82d502b96785688c52c228b797 100644
|
| --- a/src/trusted/service_runtime/arch/x86_64/nacl_switch_to_app_64.c
|
| +++ b/src/trusted/service_runtime/arch/x86_64/nacl_switch_to_app_64.c
|
| @@ -13,7 +13,7 @@
|
| #include "native_client/src/trusted/service_runtime/nacl_app_thread.h"
|
| #include "native_client/src/trusted/service_runtime/nacl_globals.h"
|
| #include "native_client/src/trusted/service_runtime/nacl_switch_to_app.h"
|
| -#include "native_client/src/trusted/validator/x86/nacl_cpuid.h"
|
| +#include "native_client/src/trusted/cpu_features/arch/x86/cpu_x86.h"
|
|
|
| #if NACL_WINDOWS
|
| # define NORETURN_PTR
|
|
|