| Index: src/trusted/service_runtime/sel_ldr.c
|
| diff --git a/src/trusted/service_runtime/sel_ldr.c b/src/trusted/service_runtime/sel_ldr.c
|
| index c70a7b97c098f469e956f92f3f9ffefce547061a..7934f5e022184cbb962eac8e1ff998888e2c6bd0 100644
|
| --- a/src/trusted/service_runtime/sel_ldr.c
|
| +++ b/src/trusted/service_runtime/sel_ldr.c
|
| @@ -275,7 +275,9 @@ int NaClAppWithSyscallTableCtor(struct NaClApp *nap,
|
| #endif
|
|
|
|
|
| -#if NACL_LINUX || NACL_OSX
|
| +#if NACL_WINDOWS
|
| + nap->sc_nprocessors_onln = 0;
|
| +#elif NACL_LINUX || NACL_OSX
|
| /*
|
| * Try to pre-cache information that we can't obtain with the outer
|
| * sandbox on. If the outer sandbox has already been enabled, this
|
|
|