summaryrefslogtreecommitdiff
path: root/src/mem/gems_common/Allocator.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/gems_common/Allocator.hh')
-rw-r--r--src/mem/gems_common/Allocator.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/gems_common/Allocator.hh b/src/mem/gems_common/Allocator.hh
index 58bdabee2..59c5a4c98 100644
--- a/src/mem/gems_common/Allocator.hh
+++ b/src/mem/gems_common/Allocator.hh
@@ -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