mem: fix m5.fast compile bug in previous cset
authorSteve Reinhardt <steve.reinhardt@amd.com>
Thu, 26 Aug 2010 15:03:20 +0000 (08:03 -0700)
committerSteve Reinhardt <steve.reinhardt@amd.com>
Thu, 26 Aug 2010 15:03:20 +0000 (08:03 -0700)
src/mem/cache/cache_impl.hh

index c930a886daa7a79d57619ca0969b6864a8551d5d..9e3374fea139dd798b03b86fd08b1429eebc5a5e 100644 (file)
@@ -1103,7 +1103,7 @@ Cache<TagStore>::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