46d45
< #include "mem/ruby/system/CacheMemory.hh"
50d48
< #include "params/RubySequencer.hh"
91c89
< Time current_time = g_eventQueue_ptr->getTime();
---
> Time current_time = g_system_ptr->getTime();
134c132
< m_deadlock_threshold * g_eventQueue_ptr->getClock() +
---
> m_deadlock_threshold * g_system_ptr->getClock() +
159c157
< out << "Current time = " << g_eventQueue_ptr->getTime() << endl;
---
> out << "Current time = " << g_system_ptr->getTime() << endl;
215c213
< m_deadlock_threshold * g_eventQueue_ptr->getClock()
---
> m_deadlock_threshold * g_system_ptr->getClock()
242c240
< g_eventQueue_ptr->getTime());
---
> g_system_ptr->getTime());
263c261
< g_eventQueue_ptr->getTime());
---
> g_system_ptr->getTime());
479,480c477,478
< assert(g_eventQueue_ptr->getTime() >= issued_time);
< Time miss_latency = g_eventQueue_ptr->getTime() - issued_time;
---
> assert(g_system_ptr->getTime() >= issued_time);
> Time miss_latency = g_system_ptr->getTime() - issued_time;
491c489
< g_eventQueue_ptr->getTime());
---
> g_system_ptr->getTime());
499c497
< g_eventQueue_ptr->getTime());
---
> g_system_ptr->getTime());