X86: Define a noop ExtMachInst.
[gem5.git] / src / arch / sparc / remote_gdb.cc
index ef30bd80809bfa104c5c3da519ce57a033b19d31..615c5b55168da8d6424b2bc4394fb7da892e64cb 100644 (file)
 #include "sim/system.hh"
 
 using namespace std;
-using namespace TheISA;
+using namespace SparcISA;
 
 RemoteGDB::RemoteGDB(System *_system, ThreadContext *c)
     : BaseRemoteGDB(_system, c, NumGDBRegs), nextBkpt(0)