projects
/
model-checker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e919b30
)
model: use proper size_t printf format
author
Brian Norris
<banorris@uci.edu>
Sun, 7 Oct 2012 22:02:16 +0000
(15:02 -0700)
committer
Brian Norris
<banorris@uci.edu>
Sun, 7 Oct 2012 22:26:48 +0000
(15:26 -0700)
model.cc
patch
|
blob
|
history
diff --git
a/model.cc
b/model.cc
index c3f6372517d591c5016cb91127adf36ae8fadb36..2260431ab908973fe5b4233e9e15ceeb8be4ca2f 100644
(file)
--- a/
model.cc
+++ b/
model.cc
@@
-207,7
+207,7
@@
bool ModelChecker::next_execution()
num_feasible_executions++;
}
- DEBUG("Number of acquires waiting on pending release sequences: %
l
u\n",
+ DEBUG("Number of acquires waiting on pending release sequences: %
z
u\n",
pending_rel_seqs->size());
if (isfinalfeasible() || DBG_ENABLED())