Beispiel #1
0
 static public Action <CpuThreadState> CreateDelegateForPC(this CpuProcessor CpuProcessor, Stream MemoryStream, uint EntryPC)
 {
     return(FunctionGenerator.CreateDelegateForPC(CpuProcessor, MemoryStream, EntryPC));
 }