mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-31 00:32:53 +00:00
Merge pull request #4563 from lioncash/dspemit
DSPEmitter: Get rid of an unused member variable
This commit is contained in:
commit
2d1bdae1f0
@ -24,8 +24,6 @@ using namespace Gen;
|
|||||||
|
|
||||||
DSPEmitter::DSPEmitter() : gpr(*this), storeIndex(-1), storeIndex2(-1)
|
DSPEmitter::DSPEmitter() : gpr(*this), storeIndex(-1), storeIndex2(-1)
|
||||||
{
|
{
|
||||||
m_compiledCode = nullptr;
|
|
||||||
|
|
||||||
AllocCodeSpace(COMPILED_CODE_SIZE);
|
AllocCodeSpace(COMPILED_CODE_SIZE);
|
||||||
|
|
||||||
blocks = new DSPCompiledCode[MAX_BLOCKS];
|
blocks = new DSPCompiledCode[MAX_BLOCKS];
|
||||||
|
@ -24,8 +24,6 @@ public:
|
|||||||
DSPEmitter();
|
DSPEmitter();
|
||||||
~DSPEmitter();
|
~DSPEmitter();
|
||||||
|
|
||||||
Block m_compiledCode;
|
|
||||||
|
|
||||||
void EmitInstruction(UDSPInstruction inst);
|
void EmitInstruction(UDSPInstruction inst);
|
||||||
void ClearIRAM();
|
void ClearIRAM();
|
||||||
void ClearIRAMandDSPJITCodespaceReset();
|
void ClearIRAMandDSPJITCodespaceReset();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user