diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2005-09-12 03:01:43 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2005-09-12 03:01:43 -0400 |
commit | c62760e3cbe912e17c25e9fc0bd0810a79d676bb (patch) | |
tree | bc23372cd27e3362135c3e1efdb0b4bff5e94d81 /dev/tsunami_cchip.hh | |
parent | 845bdb0d8edf3c8e5f8871eba984933bfca6a743 (diff) | |
download | gem5-c62760e3cbe912e17c25e9fc0bd0810a79d676bb.tar.xz |
fixes for gcc 4.0
base/mysql.hh:
include mysql_version to get rid of that annoying mysql error.
make sure refcount is set in all constructors
base/pollevent.hh:
dev/ethertap.hh:
dev/pciconfigall.hh:
dev/tsunami_cchip.hh:
dev/tsunami_io.hh:
dev/tsunami_pchip.hh:
sim/param.cc:
fix for gcc 4
--HG--
extra : convert_revision : be626af2f40ca402818996ef27249ae256c63ef1
Diffstat (limited to 'dev/tsunami_cchip.hh')
-rw-r--r-- | dev/tsunami_cchip.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/tsunami_cchip.hh b/dev/tsunami_cchip.hh index 931a0fb41..e5da3984c 100644 --- a/dev/tsunami_cchip.hh +++ b/dev/tsunami_cchip.hh @@ -37,6 +37,8 @@ #include "base/range.hh" #include "dev/io_device.hh" +class MemoryController; + /** * Tsunami CChip CSR Emulation. This device includes all the interrupt * handling code for the chipset. |