changeset b47dda418ae6 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=b47dda418ae6
description:
        mem: Remove stale argument from a panic statement

        Change-Id: I7ae5fa44a937f641a2ddd242a49e0cd23f68b9f2
        Reviewed-by: Sudhanshu Jha <sudhanshu....@arm.com>
        Reviewed-by: Curtis Dunham <curtis.dun...@arm.com>
        Signed-off-by: Andreas Sandberg <andreas.sandb...@arm.com>

diffstat:

 src/mem/cache/mshr.cc |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r ce333ae9ee02 -r b47dda418ae6 src/mem/cache/mshr.cc
--- a/src/mem/cache/mshr.cc     Tue Feb 21 14:14:44 2017 +0000
+++ b/src/mem/cache/mshr.cc     Tue Feb 21 14:14:44 2017 +0000
@@ -351,8 +351,7 @@
     // 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
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to