mirror of
https://github.com/jpd002/Play-.git
synced 2025-05-04 00:17:57 +03:00
13 lines
190 B
C++
13 lines
190 B
C++
![]() |
#include "MIPSArchitecture.h"
|
||
|
|
||
|
CMIPSArchitecture::CMIPSArchitecture(MIPS_REGSIZE nRegSize) :
|
||
|
CMIPSInstructionFactory(nRegSize)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
CMIPSArchitecture::~CMIPSArchitecture()
|
||
|
{
|
||
|
|
||
|
}
|