mirror of
https://github.com/libretro/Play-.git
synced 2024-12-13 11:35:30 +00:00
0c5fb983fd
git-svn-id: http://svn.purei.org/purei/trunk@40 b36208d7-6611-0410-8bec-b1987f11c4a2
13 lines
185 B
C++
13 lines
185 B
C++
#include "MIPSCoprocessor.h"
|
|
|
|
CMIPSCoprocessor::CMIPSCoprocessor(MIPS_REGSIZE nRegSize) :
|
|
CMIPSInstructionFactory(nRegSize)
|
|
{
|
|
|
|
}
|
|
|
|
CMIPSCoprocessor::~CMIPSCoprocessor()
|
|
{
|
|
|
|
}
|