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));
        }