diff options
author | Nathan Binkert <binkertn@umich.edu> | 2004-08-11 09:05:13 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2004-08-11 09:05:13 -0400 |
commit | 256afbbe2658f5ad8cfbe4c59aa5757e92531f98 (patch) | |
tree | b2ae7a6cc0b8e9e425dae87ef63d7e1ed9174714 /dev/uart.hh | |
parent | abcd11d36f90174f1c8c5b7bff013809572e1a10 (diff) | |
download | gem5-256afbbe2658f5ad8cfbe4c59aa5757e92531f98.tar.xz |
std::
--HG--
extra : convert_revision : 8383048265ef5b4d7c995dbf44f7d85e349ddbde
Diffstat (limited to 'dev/uart.hh')
-rw-r--r-- | dev/uart.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/uart.hh b/dev/uart.hh index ac8ed7d73..855915840 100644 --- a/dev/uart.hh +++ b/dev/uart.hh @@ -75,7 +75,7 @@ class Uart : public PioDevice Platform *platform; public: - Uart(const string &name, SimConsole *c, MemoryController *mmu, + Uart(const std::string &name, SimConsole *c, MemoryController *mmu, Addr a, Addr s, HierParams *hier, Bus *bus, Tick pio_latency, Platform *p); |