Example #1
0
File: Mix.cs Project: arlm/MixEmul
 public override void ResetProfilingCounts()
 {
     mFullMemory.ResetProfilingCounts();
     if (FloatingPointModule != null)
     {
         FloatingPointModule.ResetProfilingCounts();
     }
 }