ruby: Replaced gems_common debug statements

Replaced Ruby debug statements with M5 statements.
This commit is contained in:
Brad Beckmann 2010-01-29 20:29:34 -08:00
parent 143d8ea698
commit ceae8383ff
2 changed files with 3 additions and 1 deletions

View file

@ -60,7 +60,7 @@ inline
TYPE* Allocator<TYPE>::allocate(const TYPE& obj)
{
m_counter++;
DEBUG_EXPR(ALLOCATOR_COMP, LowPrio, m_counter);
DPRINTF(GemsCommon, "couter %d", m_counter);
TYPE* new_obj_ptr;
// See if we need to allocate any new objects

View file

@ -43,3 +43,5 @@ benv.CXXFile('ioutil/attrparse.yy')
Source('ioutil/attrlex.cc', Werror=False)
Source('ioutil/attrparse.cc', Werror=False)
Source('util.cc')
TraceFlag('GemsCommon')