| 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);
|
|
|