Play-/Source/MIPSArchitecture.cpp
jpd002 0c5fb983fd Moved remotely
git-svn-id: http://svn.purei.org/purei/trunk@40 b36208d7-6611-0410-8bec-b1987f11c4a2
2006-06-15 04:19:30 +00:00

13 lines
190 B
C++

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