Minor tweak to avoid some function call overhead.

This commit is contained in:
Unknown W. Brackets 2014-11-03 07:36:17 -08:00
parent 28b3b841d5
commit 8a57e37f33

View File

@ -406,7 +406,7 @@ MemoryInitedLock Lock()
return MemoryInitedLock();
}
static Opcode Read_Instruction(u32 address, bool resolveReplacements, Opcode inst)
__forceinline static Opcode Read_Instruction(u32 address, bool resolveReplacements, Opcode inst)
{
if (!MIPS_IS_EMUHACK(inst.encoding)) {
return inst;