diff --git a/src/gpu-compute/tlb_coalescer.hh b/src/gpu-compute/tlb_coalescer.hh index b97801b034..fce87406b2 100644 --- a/src/gpu-compute/tlb_coalescer.hh +++ b/src/gpu-compute/tlb_coalescer.hh @@ -100,7 +100,7 @@ class TLBCoalescer : public ClockedObject * option is to change it to curTick(), so we coalesce based * on the receive time. */ - typedef std::unordered_map> + typedef std::map> CoalescingFIFO; CoalescingFIFO coalescerFIFO;