core: (fixes #812) Fix variable overwrite in RealtimeSimulatorImpl::Run()
Thanks to Peter Barnes
This commit is contained in:
@@ -456,7 +456,7 @@ RealtimeSimulatorImpl::Run()
|
||||
if (!process)
|
||||
{
|
||||
// Sleep until signalled
|
||||
tsNow = m_synchronizer->Synchronize(tsNow, tsDelay);
|
||||
m_synchronizer->Synchronize(tsNow, tsDelay);
|
||||
|
||||
// Re-check event queue
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user