mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 07:21:18 +12:00
PPCRec: Move IML register allocator
This commit is contained in:
parent
231b5c5dc3
commit
411a83799c
13 changed files with 145 additions and 136 deletions
|
@ -1,9 +1,9 @@
|
|||
#include "IML.h"
|
||||
#include "IMLInstruction.h"
|
||||
#include "IMLSegment.h"
|
||||
#include "IMLRegisterAllocatorRanges.h"
|
||||
#include "util/helpers/StringBuf.h"
|
||||
|
||||
#include "Cafe/HW/Espresso/Recompiler/PPCRecompilerImlRanges.h"
|
||||
|
||||
const char* IMLDebug_GetOpcodeName(const IMLInstruction* iml)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue