--HG--
extra : convert_revision : 8383048265ef5b4d7c995dbf44f7d85e349ddbde
This commit is contained in:
Nathan Binkert 2004-08-11 09:05:13 -04:00
parent abcd11d36f
commit 256afbbe26

View file

@ -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);