From: Nathan Binkert Date: Wed, 11 Aug 2004 13:05:13 +0000 (-0400) Subject: std:: X-Git-Tag: m5_1.0_tutorial~197 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=256afbbe2658f5ad8cfbe4c59aa5757e92531f98;p=gem5.git std:: --HG-- extra : convert_revision : 8383048265ef5b4d7c995dbf44f7d85e349ddbde --- 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);