| Index: src/trusted/service_runtime/sel_ldr.h
|
| diff --git a/src/trusted/service_runtime/sel_ldr.h b/src/trusted/service_runtime/sel_ldr.h
|
| index a8d0177bab199265120847ebab7f2bf664764a07..ff6fe2e01fb5ca91c91e9e40b24c8caa03acd72f 100644
|
| --- a/src/trusted/service_runtime/sel_ldr.h
|
| +++ b/src/trusted/service_runtime/sel_ldr.h
|
| @@ -348,6 +348,7 @@ struct NaClApp {
|
| enum NaClDebugExceptionHandlerState debug_exception_handler_state;
|
| NaClAttachDebugExceptionHandlerFunc attach_debug_exception_handler_func;
|
| #endif
|
| + int enable_dfa_validator;
|
| };
|
|
|
|
|
|
|