PPCRec: Move debug printing + smaller clean up

This commit is contained in:
Exzap 2022-11-05 05:06:21 +01:00
parent faf6c17438
commit f95180d0fc
12 changed files with 520 additions and 582 deletions

View file

@ -2266,8 +2266,6 @@ uint8* PPCRecompilerX86_allocateExecutableMemory(sint32 size)
return codeMem;
}
void PPCRecompiler_dumpIML(PPCRecFunction_t* PPCRecFunction, ppcImlGenContext_t* ppcImlGenContext);
bool PPCRecompiler_generateX64Code(PPCRecFunction_t* PPCRecFunction, ppcImlGenContext_t* ppcImlGenContext)
{
x64GenContext_t x64GenContext = {0};