projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18b2d94
)
Minor compile fix. Not sure why this is broken.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 23 Oct 2006 15:17:59 +0000
(11:17 -0400)
committer
Gabe 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
patch
|
blob
|
history
diff --git
a/src/cpu/ozone/lw_lsq.hh
b/src/cpu/ozone/lw_lsq.hh
index 8307da5212c5250f02f024987418c936a7bf652e..dc58a8285795216aea6a7e8e6dd5ad485971595c 100644
(file)
--- 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);