Play-/Source/MIPSArchitecture.cpp

13 lines
190 B
C++
Raw Normal View History

#include "MIPSArchitecture.h"
CMIPSArchitecture::CMIPSArchitecture(MIPS_REGSIZE nRegSize) :
CMIPSInstructionFactory(nRegSize)
{
}
CMIPSArchitecture::~CMIPSArchitecture()
{
}