diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2004-06-11 01:55:20 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2004-06-11 01:55:20 -0400 |
commit | ca0dcd048c02ac1857d487e4f027bf8bf18e4266 (patch) | |
tree | b9790cc5b9453e52c4eb74921ecb4d5a7790c02f /dev/etherpkt.hh | |
parent | 7902e0bec78aa12066baf8f8e62bf316dad5cd6a (diff) | |
download | gem5-ca0dcd048c02ac1857d487e4f027bf8bf18e4266.tar.xz |
after unserialization in the ide driver we need to reprogram the
busbridges. Also small fix for gcc 3.3.3.
dev/etherpkt.hh:
Gcc 3.3.3 wants assert.h to be include in this file.
dev/ide_ctrl.cc:
after unserialization we need to tell the busbridges what addresses to
respond to.
--HG--
extra : convert_revision : a421197a5be07761bdef571d0a9406d77788e270
Diffstat (limited to 'dev/etherpkt.hh')
-rw-r--r-- | dev/etherpkt.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/etherpkt.hh b/dev/etherpkt.hh index 8d0022363..76b4a9156 100644 --- a/dev/etherpkt.hh +++ b/dev/etherpkt.hh @@ -35,6 +35,7 @@ #include <iosfwd> #include <memory> +#include <assert.h> #include "sim/host.hh" #include "base/refcnt.hh" |