diff options
author | Ron Dreslinski <rdreslin@umich.edu> | 2005-01-17 15:03:48 -0500 |
---|---|---|
committer | Ron Dreslinski <rdreslin@umich.edu> | 2005-01-17 15:03:48 -0500 |
commit | ff9c4f109764e245f5bff5dffc9fec83224c9d4f (patch) | |
tree | c6161e4de8773b0296e2b416195a562fd931a42b /dev/uart.hh | |
parent | 93146bc81a391fc298c2b49e2b3ecf969ae93b72 (diff) | |
parent | c9fa82e25f2d86f2e26d357fac669c18899e39f8 (diff) | |
download | gem5-ff9c4f109764e245f5bff5dffc9fec83224c9d4f.tar.xz |
Merge zizzer:/z/m5/Bitkeeper/m5
into zizzer.eecs.umich.edu:/.automount/zazzer/z/rdreslin/m5bk/timing_L1
--HG--
extra : convert_revision : da464558edb2a77dc02033464a88a59f2ae6355d
Diffstat (limited to 'dev/uart.hh')
-rw-r--r-- | dev/uart.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev/uart.hh b/dev/uart.hh index 855915840..d1f167526 100644 --- a/dev/uart.hh +++ b/dev/uart.hh @@ -72,7 +72,6 @@ class Uart : public PioDevice IntrEvent txIntrEvent; IntrEvent rxIntrEvent; - Platform *platform; public: Uart(const std::string &name, SimConsole *c, MemoryController *mmu, |