Minor compile fix. Not sure why this is broken.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 23 Oct 2006 15:17:59 +0000 (11:17 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 23 Oct 2006 15:17:59 +0000 (11:17 -0400)
--HG--
extra : convert_revision : 6f181b15f37114ca0a3965cabcb2036bd2f97916

src/cpu/ozone/lw_lsq.hh

index 8307da5212c5250f02f024987418c936a7bf652e..dc58a8285795216aea6a7e8e6dd5ad485971595c 100644 (file)
@@ -260,7 +260,7 @@ class OzoneLWLSQ {
 
         virtual void getDeviceAddressRanges(AddrRangeList &resp,
                                             AddrRangeList &snoop)
-        { resp.clear(); snoop.clear(); snoop.push_back(RangeSize(0,-1); }
+        { resp.clear(); snoop.clear(); snoop.push_back(RangeSize(0,-1)); }
 
         virtual bool recvTiming(PacketPtr pkt);