Index: src/trusted/service_runtime/sel_main.c |
diff --git a/src/trusted/service_runtime/sel_main.c b/src/trusted/service_runtime/sel_main.c |
index 2f17887da45b8d5e58aa8ba0fe7d8076374a130a..06be808fc3b1068b63e82a6e8dbef3a8220d31c0 100644 |
--- a/src/trusted/service_runtime/sel_main.c |
+++ b/src/trusted/service_runtime/sel_main.c |
@@ -392,6 +392,9 @@ int main(int argc, |
} |
} |
+ if (getenv("NACL_UNTRUSTED_EXCEPTION_HANDLING") != NULL) { |
+ exception_handling_requested = 1; |
+ } |
if (exception_handling_requested) { |
#if NACL_WINDOWS |
int status; |