CPU: Pass instruction query values by reference

This commit is contained in:
Stenzek
2024-07-11 12:15:11 +10:00
parent 58470cea09
commit 3b9c489787
3 changed files with 32 additions and 35 deletions

View File

@ -1284,7 +1284,7 @@ void CPU::CodeCache::FillBlockRegInfo(Block* block)
break;
default:
ERROR_LOG("Unknown op {}", static_cast<u32>(iinst->r.funct.GetValue()));
ERROR_LOG("Unknown op {}", static_cast<u32>(iinst->op.GetValue()));
break;
}
} // end switch