CSPspEmu.Core.Cpu.InstructionCache.MethodCache._MethodCacheInfo_SetInternal C# (CSharp) Method

_MethodCacheInfo_SetInternal() public method

public _MethodCacheInfo_SetInternal ( CpuThreadState CpuThreadState, MethodCacheInfo MethodCacheInfo, uint PC ) : void
CpuThreadState CpuThreadState
MethodCacheInfo MethodCacheInfo
PC uint
return void
        public void _MethodCacheInfo_SetInternal(CpuThreadState CpuThreadState, MethodCacheInfo MethodCacheInfo, uint PC)
        {
            MethodCacheInfo.SetDynarecFunction(MethodCompilerThread.GetDynarecFunctionForPC(PC));
        }