PPCRec: Move IML register allocator

This commit is contained in:
Exzap 2022-11-06 12:39:30 +01:00
parent 231b5c5dc3
commit 411a83799c
13 changed files with 145 additions and 136 deletions

View file

@ -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)
{