diff options
Diffstat (limited to 'lib/Core/Executor.h')
-rw-r--r-- | lib/Core/Executor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Core/Executor.h b/lib/Core/Executor.h index 1614a0f9..eb3417ae 100644 --- a/lib/Core/Executor.h +++ b/lib/Core/Executor.h @@ -110,8 +110,10 @@ public: ReadOnly, ReportError, User, +#ifdef SUPPORT_KLEE_EH_CXX UncaughtException, UnexpectedException, +#endif Unhandled, }; |