diff options
Diffstat (limited to 'dev/baddev.cc')
-rw-r--r-- | dev/baddev.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/baddev.cc b/dev/baddev.cc index b6ca919e4..62871e348 100644 --- a/dev/baddev.cc +++ b/dev/baddev.cc @@ -46,6 +46,7 @@ #include "sim/system.hh" using namespace std; +using namespace TheISA; BadDevice::BadDevice(const string &name, Addr a, MemoryController *mmu, HierParams *hier, Bus *pio_bus, const string &devicename) |