Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: src/tools/validator_tools/ncstubout.c

Issue 9535001: Add validation caching interface. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: More edits Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/trusted/service_runtime/sel_ldr.h » ('j') | src/trusted/validator/validation_cache.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | src/trusted/service_runtime/sel_ldr.h » ('j') | src/trusted/validator/validation_cache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698