diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2006-04-28 15:41:22 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2006-04-28 15:41:22 -0400 |
commit | ca8a659394e96a0a0c11693cbaae59e6b027795a (patch) | |
tree | 79f9509a48359bbc870ae34ce8b6e2fc6bc027de /cpu | |
parent | 7bb70e3e30f30c669e475c47b950f0abd24367d0 (diff) | |
parent | b43d1a00fb69015c751fba57d22a6fa94a292f04 (diff) | |
download | gem5-ca8a659394e96a0a0c11693cbaae59e6b027795a.tar.xz |
Merge zizzer:/bk/newmem
into zeep.pool:/z/saidi/work/m5.newmem
--HG--
extra : convert_revision : d6f7c4dd146613eeba39249f2d916a77108bc8c1
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/simple/cpu.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpu/simple/cpu.hh b/cpu/simple/cpu.hh index 3640348a3..252d57206 100644 --- a/cpu/simple/cpu.hh +++ b/cpu/simple/cpu.hh @@ -103,6 +103,10 @@ class SimpleCPU : public BaseCPU virtual void recvStatusChange(Status status); virtual Packet *recvRetry(); + + virtual void getDeviceAddressRanges(AddrRangeList &resp, + AddrRangeList &snoop) + { resp.clear(); snoop.clear(); } }; MemObject *mem; |