diff options
author | Andrea Mattavelli <andreamattavelli@gmail.com> | 2017-10-09 15:37:14 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2017-10-09 19:49:45 +0100 |
commit | 9f11eababd767b012b623806b40fa0647affa47e (patch) | |
tree | 17b178c0f0cc2b37f7069999becd4a80dd20caa3 /lib/Core/UserSearcher.h | |
parent | 085a119d95af224f96ef7ecb2a8f614f5552e321 (diff) | |
download | klee-9f11eababd767b012b623806b40fa0647affa47e.tar.gz |
Fixed initialization of distance to uncovered instructions when KLEE relies on default searchers
Diffstat (limited to 'lib/Core/UserSearcher.h')
-rw-r--r-- | lib/Core/UserSearcher.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Core/UserSearcher.h b/lib/Core/UserSearcher.h index d01a017f..1c04581d 100644 --- a/lib/Core/UserSearcher.h +++ b/lib/Core/UserSearcher.h @@ -17,6 +17,8 @@ namespace klee { // XXX gross, should be on demand? bool userSearcherRequiresMD2U(); + void initializeSearchOptions(); + Searcher *constructUserSearcher(Executor &executor); } |