CSPspEmu.Core.Cpu.InstructionCache.MethodCache._MethodCacheInfo_SetInternal C# (CSharp) Метод

_MethodCacheInfo_SetInternal() публичный Метод

public _MethodCacheInfo_SetInternal ( CpuThreadState CpuThreadState, MethodCacheInfo MethodCacheInfo, uint PC ) : void
CpuThreadState CpuThreadState
MethodCacheInfo MethodCacheInfo
PC uint
Результат void
        public void _MethodCacheInfo_SetInternal(CpuThreadState CpuThreadState, MethodCacheInfo MethodCacheInfo, uint PC)
        {
            MethodCacheInfo.SetDynarecFunction(MethodCompilerThread.GetDynarecFunctionForPC(PC));
        }