EgtMachKernel :

- modifiche per simulazione MP.
This commit is contained in:
Dario Sassi
2024-09-24 18:24:22 +02:00
parent 361eb44236
commit 425c24ef4c
9 changed files with 187 additions and 141 deletions
+2
View File
@@ -126,6 +126,8 @@ SimulatorSP::Init( MachMgr* pMchMgr)
m_pMachine = m_pMchMgr->GetCurrMachine() ;
m_pPerfCnt = new PerformanceCounter ;
m_nStatus = SIS_INITIALIZED ;
if ( ExeGetDebugLevel() >= 1)
LOG_INFO( GetEMkLogger(), " * SimulatorSP *")
return true ;
}