mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 07:21:18 +12:00
PPCRec: Remove now unused PPC_ENTER and jumpMarkAddress
This commit is contained in:
parent
6cdcef880b
commit
0f1d7532a1
6 changed files with 31 additions and 85 deletions
|
@ -123,7 +123,6 @@ bool PPCRecompiler_reduceNumberOfFPRRegisters(ppcImlGenContext_t* ppcImlGenConte
|
|||
{
|
||||
// convert to NO-OP instruction
|
||||
imlInstructionItr.type = PPCREC_IML_TYPE_NO_OP;
|
||||
imlInstructionItr.associatedPPCAddress = 0;
|
||||
}
|
||||
}
|
||||
imlIndex++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue