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

Unified Diff: src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter.h

Issue 10116004: Eliminate bundle_size parameter from validator interface. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 8 years, 8 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/ncval_reg_sfi/ncvalidate_iter.h
diff --git a/src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter.h b/src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter.h
index 6241d3e054f1d426a247d81622097ae2720d87f0..fd4cf4a54c4fe7b87de631d5dc69bab55c702496 100644
--- a/src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter.h
+++ b/src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter.h
@@ -97,7 +97,6 @@ typedef struct NaClValidatorState NaClValidatorState;
* Parameters.
* vbase - The virtual address for the contents of the code segment.
* sz - The number of bytes in the code segment.
- * alignment: 16 or 32, specifying alignment.
* base_register - OperandKind defining value for base register (or
* RegUnknown if not defined).
* readonly - Whether the text should be treated as read-only.
@@ -109,7 +108,6 @@ typedef struct NaClValidatorState NaClValidatorState;
NaClValidatorState* NaClValidatorStateCreate(
const NaClPcAddress vbase,
const NaClMemorySize codesize,
- const uint8_t alignment,
const NaClOpKind base_register,
const int readonly, /* Bool */
const NaClCPUFeaturesX86 *features);

Powered by Google App Engine
This is Rietveld 408576698