Play-/Source/MIPSArchitecture.cpp

8 lines
137 B
C++
Raw Normal View History

#include "MIPSArchitecture.h"
2017-03-30 22:29:46 -04:00
CMIPSArchitecture::CMIPSArchitecture(MIPS_REGSIZE regSize)
: CMIPSInstructionFactory(regSize)
{
}