示例#1
0
 public void InvalidateCacheRegion(ulong address, ulong size)
 {
     _cpuContext.InvalidateCacheRegion(address, size);
 }