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

Unified Diff: src/trusted/validator_x86/ncenuminsts_x86_32.c

Issue 12600034: Provide metadata to validator to allow faster caching. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: First fixes Created 7 years, 9 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
Index: src/trusted/validator_x86/ncenuminsts_x86_32.c
diff --git a/src/trusted/validator_x86/ncenuminsts_x86_32.c b/src/trusted/validator_x86/ncenuminsts_x86_32.c
index ff507e76d3ecc1b0d658f271654df9470ea6d8ca..89614c0660d7e7c2b8dba011ea2eaf03ed307d12 100644
--- a/src/trusted/validator_x86/ncenuminsts_x86_32.c
+++ b/src/trusted/validator_x86/ncenuminsts_x86_32.c
@@ -121,7 +121,7 @@ Bool NaClSegmentValidates(uint8_t* mbase,
vbase, mbase, size,
/* stubout_mode= */ FALSE, /* readonly_text= */ FALSE,
(NaClCPUFeatures *) &cpu_features,
- NULL);
+ NULL, NULL);
switch (status) {
case NaClValidationSucceeded:
return TRUE;

Powered by Google App Engine
This is Rietveld 408576698