mem-cache: Fix syntax error

Change-Id: I1360879c13d377661e9eeeddf345b785c01efeb6
Signed-off-by: Hoa Nguyen <hn@hnpl.org>
This commit is contained in:
Hoa Nguyen
2023-08-19 21:27:53 +00:00
parent 98daec7d99
commit 7b897a30fa

View File

@@ -338,7 +338,7 @@ Cache::handleTimingReqMiss(PacketPtr pkt, CacheBlk *blk, Tick forward_time,
if (pkt->isWrite()) {
allocateWriteBuffer(pkt, forward_time);
} else if (pkt->isRead() {
} else if (pkt->isRead()) {
// uncacheable accesses always allocate a new MSHR
// Here we are using forward_time, modelling the latency of