Play-/Source/MIPSArchitecture.cpp

7 lines
139 B
C++
Raw Permalink Normal View History

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