diff options
Diffstat (limited to 'lib/Core/ExecutionState.h')
-rw-r--r-- | lib/Core/ExecutionState.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Core/ExecutionState.h b/lib/Core/ExecutionState.h index 6b18c9f9..12e82b16 100644 --- a/lib/Core/ExecutionState.h +++ b/lib/Core/ExecutionState.h @@ -226,6 +226,9 @@ public: /// @brief The objects handling the klee_open_merge calls this state ran through std::vector<ref<MergeHandler>> openMergeStack; + /// @ brief The number of patch locations reached + std::uint64_t patchLocs = 0; + /// @ brief The patch number, starting from 1; 0 being the original. std::uint64_t patchNo = 0; |