diff options
Diffstat (limited to 'cpu/simple/cpu.cc')
-rw-r--r-- | cpu/simple/cpu.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cpu/simple/cpu.cc b/cpu/simple/cpu.cc index 44521a542..6e8764709 100644 --- a/cpu/simple/cpu.cc +++ b/cpu/simple/cpu.cc @@ -75,11 +75,7 @@ #endif // FULL_SYSTEM using namespace std; - -//The SimpleCPU does alpha only -//Change this to include arch/isa_traits.hh? -//using namespace AlphaISA; -#include "arch/isa_traits.hh" +using namespace TheISA; SimpleCPU::TickEvent::TickEvent(SimpleCPU *c, int w) : Event(&mainEventQueue, CPU_Tick_Pri), cpu(c), width(w) |