From e4590131825d27293d9642d2ac118ff03cc894f4 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 12 Oct 2008 12:08:51 -0700 Subject: Create a message port for sending messages as apposed to reading/writing a memory range. --- src/mem/tport.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mem/tport.cc') diff --git a/src/mem/tport.cc b/src/mem/tport.cc index 254487af8..f8850df6c 100644 --- a/src/mem/tport.cc +++ b/src/mem/tport.cc @@ -65,7 +65,7 @@ SimpleTimingPort::recvTiming(PacketPtr pkt) // code to hanldle nacks here, but I'm pretty sure it didn't work // correctly with the drain code, so that would need to be fixed // if we ever added it back. - assert(pkt->isRequest()); + //assert(pkt->isRequest()); if (pkt->memInhibitAsserted()) { // snooper will supply based on copy of packet -- cgit v1.2.3