Removed "adding instead of dividing" trick.
[gem5.git] / src / mem / bridge.hh
index a47fe3c1ee85b2d32375c848a14680e77da758dc..89d62661182c012656f1c3b0b7ec5f66cca49c8f 100644 (file)
@@ -182,7 +182,7 @@ class Bridge : public MemObject
         /** When receiving a address range request the peer port,
             pass it to the bridge. */
         virtual void getDeviceAddressRanges(AddrRangeList &resp,
-                                            AddrRangeList &snoop);
+                                            bool &snoop);
     };
 
     BridgePort portA, portB;