| Index: src/tools/validator_tools/ncstubout.c
|
| diff --git a/src/tools/validator_tools/ncstubout.c b/src/tools/validator_tools/ncstubout.c
|
| index f45004421615be8e583e337444e855b5669898c9..c09b0527dea4bf35be1bb3fa05ba463e4dfc8ccf 100644
|
| --- a/src/tools/validator_tools/ncstubout.c
|
| +++ b/src/tools/validator_tools/ncstubout.c
|
| @@ -40,7 +40,7 @@ static Bool FixUpSection(uintptr_t load_address,
|
| NACL_TARGET_ARCH,
|
| NACL_TARGET_SUBARCH)
|
| (sb_kind, NaClApplyValidationDoStubout, load_address, code,
|
| - code_size, bundle_size, &cpu_features);
|
| + code_size, bundle_size, &cpu_features, NULL);
|
| if (status == NaClValidationSucceeded) {
|
| /* Now run the validator again, so that we report any errors
|
| * that were not fixed by stubbing out. This is done so that
|
|
|