mem: Remove stale argument from a panic statement
authorNikos Nikoleris <nikos.nikoleris@arm.com>
Tue, 21 Feb 2017 14:14:44 +0000 (14:14 +0000)
committerNikos Nikoleris <nikos.nikoleris@arm.com>
Tue, 21 Feb 2017 14:14:44 +0000 (14:14 +0000)
Change-Id: I7ae5fa44a937f641a2ddd242a49e0cd23f68b9f2
Reviewed-by: Sudhanshu Jha <sudhanshu.jha@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
src/mem/cache/mshr.cc

index 2dd23440a9c5cb48ceb57a392272dc746325ca59..e3282f9b88948e4f316ce42af051cb0d8802a506 100644 (file)
@@ -351,8 +351,7 @@ MSHR::handleSnoop(PacketPtr pkt, Counter _order)
     // snoop writes as they are currently not marked as invalidations
     panic_if(pkt->needsWritable() != pkt->isInvalidate(),
              "%s got snoop %s where needsWritable, "
-             "does not match isInvalidate", name(), pkt->print(),
-             pkt->getAddr());
+             "does not match isInvalidate", name(), pkt->print());
 
     if (!inService || (pkt->isExpressSnoop() && downstreamPending)) {
         // Request has not been issued yet, or it's been issued