mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
13 lines
185 B
C++
13 lines
185 B
C++
![]() |
#include "MIPSCoprocessor.h"
|
||
|
|
||
|
CMIPSCoprocessor::CMIPSCoprocessor(MIPS_REGSIZE nRegSize) :
|
||
|
CMIPSInstructionFactory(nRegSize)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
CMIPSCoprocessor::~CMIPSCoprocessor()
|
||
|
{
|
||
|
|
||
|
}
|