statistics.hh:
oops - remove a debug printf base/statistics.hh: oops - remove a debug printf --HG-- extra : convert_revision : a6ecab93f79ce0a5cb6ff129750d8f6a2de8d38c
This commit is contained in:
parent
2c451a0ad4
commit
a5356bd75f
1 changed files with 0 additions and 3 deletions
|
@ -59,8 +59,6 @@
|
|||
|
||||
#include "sim/host.hh"
|
||||
|
||||
#include "base/cprintf.hh"
|
||||
|
||||
//
|
||||
// Un-comment this to enable weirdo-stat debugging
|
||||
//
|
||||
|
@ -2208,7 +2206,6 @@ struct StatBin : public GenBin
|
|||
char *memory(off_t off) {
|
||||
if (memsize == -1) {
|
||||
memsize = CeilPow2((size_t) offset());
|
||||
cprintf("this is memsize: %d\n", (uint64_t) memsize);
|
||||
}
|
||||
assert(offset() <= size());
|
||||
return Detail::BinBase::memory() + off;
|
||||
|
|
Loading…
Reference in a new issue