projects
/
c11tester.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove STL vector
[c11tester.git]
/
model.cc
diff --git
a/model.cc
b/model.cc
index
5dd5702
..
78729bd
100644
(file)
--- a/
model.cc
+++ b/
model.cc
@@
-353,6
+353,8
@@
static void runChecker() {
void ModelChecker::startChecker() {
startExecution(get_system_context(), runChecker);
+ snapshot_stack_init();
+ snapshot_record(0);
}
bool ModelChecker::should_terminate_execution()