From 3ffc4505f7dde4966391c49aa9138bb475cf25cb Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Thu, 26 Aug 2010 08:03:20 -0700 Subject: mem: fix m5.fast compile bug in previous cset --- src/mem/cache/cache_impl.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mem/cache/cache_impl.hh b/src/mem/cache/cache_impl.hh index c930a886d..9e3374fea 100644 --- a/src/mem/cache/cache_impl.hh +++ b/src/mem/cache/cache_impl.hh @@ -1103,7 +1103,7 @@ Cache::handleSnoop(PacketPtr pkt, BlkType *blk, // responds in atomic mode, so remember a few things about the // original packet up front bool invalidate = pkt->isInvalidate(); - bool needs_exclusive = pkt->needsExclusive(); + bool M5_VAR_USED needs_exclusive = pkt->needsExclusive(); if (forwardSnoops) { // first propagate snoop upward to see if anyone above us wants to -- cgit v1.2.3