212c212
< DPRINTF(RubyTest, "Check %s, State=Action_Pending\n", m_address);
---
> DPRINTF(RubyTest, "Check %#x, State=Action_Pending\n", m_address);
266c266
< DPRINTF(RubyTest, "Check %s, State=Check_Pending\n", m_address);
---
> DPRINTF(RubyTest, "Check %#x, State=Check_Pending\n", m_address);
304c304
< DPRINTF(RubyTest, "Check %s, State=Ready\n", m_address);
---
> DPRINTF(RubyTest, "Check %#x, State=Ready\n", m_address);
307c307
< DPRINTF(RubyTest, "Check %s, State=Idle store_count: %d\n",
---
> DPRINTF(RubyTest, "Check %#x, State=Idle store_count: %d\n",
317c317
< panic("Action/check failure: proc: %d address: %s data: %s "
---
> panic("Action/check failure: proc: %d address: %#x data: %s "
332c332
< DPRINTF(RubyTest, "Check %s, State=Idle\n", m_address);
---
> DPRINTF(RubyTest, "Check %#x, State=Idle\n", m_address);
352c352
< DPRINTF(RubyTest, "Check %s, State=Idle\n", m_address);
---
> DPRINTF(RubyTest, "Check %#x, State=Idle\n", m_address);
370c370
< DPRINTF(RubyTest, "Check %s, State=Idle, picked initiating node %d\n",
---
> DPRINTF(RubyTest, "Check %#x, State=Idle, picked initiating node %d\n",