ruby: Replaced gems_common debug statements
Replaced Ruby debug statements with M5 statements.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user