mem: fix m5.fast compile bug in previous cset

This commit is contained in:
Steve Reinhardt 2010-08-26 08:03:20 -07:00
parent 1bf944be62
commit 3ffc4505f7

View 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