ruby: Replaced gems_common debug statements
Replaced Ruby debug statements with M5 statements.
This commit is contained in:
parent
143d8ea698
commit
ceae8383ff
2 changed files with 3 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue