summaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2004-08-11 09:05:13 -0400
committerNathan Binkert <binkertn@umich.edu>2004-08-11 09:05:13 -0400
commit256afbbe2658f5ad8cfbe4c59aa5757e92531f98 (patch)
treeb2ae7a6cc0b8e9e425dae87ef63d7e1ed9174714 /dev
parentabcd11d36f90174f1c8c5b7bff013809572e1a10 (diff)
downloadgem5-256afbbe2658f5ad8cfbe4c59aa5757e92531f98.tar.xz
std::
--HG-- extra : convert_revision : 8383048265ef5b4d7c995dbf44f7d85e349ddbde
Diffstat (limited to 'dev')
-rw-r--r--dev/uart.hh2
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);