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:
Lisa Hsu 2003-10-30 19:20:18 -05:00
parent 2c451a0ad4
commit a5356bd75f

View file

@ -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;