summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/lw_lsq.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-10-23 11:17:59 -0400
committerGabe Black <gblack@eecs.umich.edu>2006-10-23 11:17:59 -0400
commitef8b7713ca1b6120ae4e851877f2a9ce71296219 (patch)
treedff5727445fe4b6ede712ad50039dd5cb60286f7 /src/cpu/ozone/lw_lsq.hh
parent18b2d94b8cc748a81468b0fa7a4778d07bac43ec (diff)
downloadgem5-ef8b7713ca1b6120ae4e851877f2a9ce71296219.tar.xz
Minor compile fix. Not sure why this is broken.
--HG-- extra : convert_revision : 6f181b15f37114ca0a3965cabcb2036bd2f97916
Diffstat (limited to 'src/cpu/ozone/lw_lsq.hh')
-rw-r--r--src/cpu/ozone/lw_lsq.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/ozone/lw_lsq.hh b/src/cpu/ozone/lw_lsq.hh
index 8307da521..dc58a8285 100644
--- a/src/cpu/ozone/lw_lsq.hh
+++ b/src/cpu/ozone/lw_lsq.hh
@@ -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);