| Index: src/trusted/validator_ragel/dfa_validate_common.h
|
| diff --git a/src/trusted/validator_ragel/dfa_validate_common.h b/src/trusted/validator_ragel/dfa_validate_common.h
|
| index c033907629560c4d81e1b81204e8fdd246036fea..c3ceca7fb2324a2202ba803dabc3812b6cfce83b 100644
|
| --- a/src/trusted/validator_ragel/dfa_validate_common.h
|
| +++ b/src/trusted/validator_ragel/dfa_validate_common.h
|
| @@ -34,6 +34,9 @@ Bool NaClDfaProcessValidationError(const uint8_t *begin, const uint8_t *end,
|
| struct StubOutCallbackData {
|
| uint32_t flags;
|
| int did_rewrite;
|
| + int chunk_processed_as_a_contiguous_stream;
|
| + int bundle_begin_offset;
|
| + void *cpu_features;
|
| };
|
|
|
| Bool NaClDfaStubOutUnsupportedInstruction(const uint8_t *begin,
|
|
|