| 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 2a19d5a000d238195afe409f7c53c8e1f1113567..b2d4a6879cc2fe09d724127d7f229140ad3d341b 100644
|
| --- a/src/trusted/service_runtime/sel_ldr.h
|
| +++ b/src/trusted/service_runtime/sel_ldr.h
|
| @@ -355,6 +355,7 @@ struct NaClApp {
|
| enum NaClDebugExceptionHandlerState debug_exception_handler_state;
|
| NaClAttachDebugExceptionHandlerFunc attach_debug_exception_handler_func;
|
| #endif
|
| + int enable_dfa_validator;
|
| };
|
|
|
|
|
|
|