Play-/Source/MIPSArchitecture.cpp
2018-04-30 21:01:23 +01:00

7 lines
139 B
C++

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