Chromium Code Reviews| 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..45933cee3791b3629a61a43ca95ffb6f27399c44 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); |
|
Mark Seaborn
2012/03/01 00:26:20
You could fix the double space there
Nick Bray (chromium)
2012/03/01 01:25:16
Done.
|
| 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 |