Fix import thunk resolving.

This commit is contained in:
Skyth
2024-09-22 13:32:38 +03:00
parent 918e09d380
commit 510cff56f2
5 changed files with 11 additions and 5 deletions

View File

@@ -1765,7 +1765,7 @@ bool Recompiler::Recompile(const Function& fn)
if (insn.opcode == nullptr)
{
println("\t// {}", insn.op_str);
#if 0
#if 1
if (*(data - 1) != 0)
std::println("Unable to decode instruction {:X} at {:X}", *(data - 1), base - 4);
#endif