mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 06:51:18 +12:00
PPCRec: Move IML optimizer file
This commit is contained in:
parent
14d82ae4a5
commit
231b5c5dc3
8 changed files with 27 additions and 63 deletions
|
@ -3881,7 +3881,6 @@ bool PPCRecompiler_decodePPCInstruction(ppcImlGenContext_t* ppcImlGenContext)
|
|||
|
||||
bool PPCRecompiler_generateIntermediateCode(ppcImlGenContext_t& ppcImlGenContext, PPCRecFunction_t* ppcRecFunc, std::set<uint32>& entryAddresses)
|
||||
{
|
||||
//ppcImlGenContext_t ppcImlGenContext = { 0 };
|
||||
ppcImlGenContext.functionRef = ppcRecFunc;
|
||||
// add entire range
|
||||
ppcRecRange_t recRange;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue