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

Unified Diff: src/trusted/validator_x86/ncenuminsts_x86_64.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 | « src/trusted/validator_x86/ncenuminsts_x86_32.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_x86/ncenuminsts_x86_64.c
diff --git a/src/trusted/validator_x86/ncenuminsts_x86_64.c b/src/trusted/validator_x86/ncenuminsts_x86_64.c
index bc6f2beb047d04acc91558707072ef6cf2f5b2c8..8c5c76bf954eb702167361355d0fb97612c3c3ea 100644
--- a/src/trusted/validator_x86/ncenuminsts_x86_64.c
+++ b/src/trusted/validator_x86/ncenuminsts_x86_64.c
@@ -166,7 +166,7 @@ Bool NaClSegmentValidates(uint8_t* mbase,
NaClSetAllCPUFeatures(&cpu_features);
status = NaCl_ApplyValidator_x86_64(
NACL_SB_DEFAULT, NaClApplyCodeValidation, vbase, mbase, size, 32,
- &cpu_features);
+ &cpu_features, NULL);
switch (status) {
case NaClValidationSucceeded:
return TRUE;
« no previous file with comments | « src/trusted/validator_x86/ncenuminsts_x86_32.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698