#define __ARCH_ALPHA_ISA_TRAITS_HH__
namespace LittleEndianGuest {}
-using namespace LittleEndianGuest;
#include "arch/alpha/types.hh"
#include "arch/alpha/constants.hh"
namespace AlphaISA
{
+using namespace LittleEndianGuest;
+
// redirected register map, really only used for the full system case.
extern const int reg_redir[NumIntRegs];
#endif
};
-using namespace AlphaISA;
-
#endif // __ARCH_ALPHA_ISA_TRAITS_HH__
#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)