diff options
| author | Frank Busse <bb0xfb@gmail.com> | 2022-01-07 16:28:17 +0000 |
|---|---|---|
| committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2023-03-23 17:41:08 +0000 |
| commit | ba58e4add3bb2e924b0078146fdcd9b4f6158178 (patch) | |
| tree | 28ac5295a5b3d4e611c110fe29669554ce512b26 /lib/Core/ExecutionState.h | |
| parent | a88a768c3ea9343db746344f2cc6e41d4c598a8c (diff) | |
| download | klee-ba58e4add3bb2e924b0078146fdcd9b4f6158178.tar.gz | |
stats: rename States -> ActiveStates, add States
Diffstat (limited to 'lib/Core/ExecutionState.h')
| -rw-r--r-- | lib/Core/ExecutionState.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Core/ExecutionState.h b/lib/Core/ExecutionState.h index 6d6336dd..dbe02fd9 100644 --- a/lib/Core/ExecutionState.h +++ b/lib/Core/ExecutionState.h @@ -281,6 +281,7 @@ public: std::uint32_t getID() const { return id; }; void setID() { id = nextID++; }; + static std::uint32_t getLastID() { return nextID - 1; }; }; struct ExecutionStateIDCompare { |
