diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2004-02-16 00:00:23 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2004-02-16 00:00:23 -0500 |
commit | 03e8793f894ec88445bc7104df02e7ed1d706889 (patch) | |
tree | 47b3936b8e47c6c2f065a9cfa94257a64b49c6ac /dev/tsunami_cchip.hh | |
parent | 44b277a62f2ed51c0cdd715a350c96a673cd6d4f (diff) | |
parent | de5fa667148b6de4f3055f08fe3cd0bb8cc5bd10 (diff) | |
download | gem5-03e8793f894ec88445bc7104df02e7ed1d706889.tar.xz |
Merge
dev/tsunami_cchip.cc:
SCCS merged
--HG--
extra : convert_revision : a4b2b0b92038217608a733a6c8f27edb018e910d
Diffstat (limited to 'dev/tsunami_cchip.hh')
-rw-r--r-- | dev/tsunami_cchip.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/tsunami_cchip.hh b/dev/tsunami_cchip.hh index 8c8ed4d20..75214c527 100644 --- a/dev/tsunami_cchip.hh +++ b/dev/tsunami_cchip.hh @@ -79,8 +79,8 @@ class TsunamiCChip : public FunctionalMemory virtual Fault read(MemReqPtr &req, uint8_t *data); virtual Fault write(MemReqPtr &req, const uint8_t *data); - void postDRIR(uint64_t bitvector); - void clearDRIR(uint64_t bitvector); + void postDRIR(uint32_t interrupt); + void clearDRIR(uint32_t interrupt); virtual void serialize(std::ostream &os); virtual void unserialize(Checkpoint *cp, const std::string §ion); |