debugger: Compile fixes

This commit is contained in:
Robert Loehning
2010-07-12 18:29:53 +02:00
committed by hjk
parent f88a010a41
commit c69cad48f9

View File

@@ -482,10 +482,10 @@ void CdbEngine::runEngine()
if (rc) {
if (needWatchTimer)
m_d->startWatchTimer();
notifyInferiorSetupOk();
notifyEngineRunAndInferiorRunOk(); // FIXME AAA: correct?
} else {
warning(errorMessage);
notifyInferiorSetupFailed();
notifyEngineRunAndInferiorStopOk(); // FIXME AAA: correct?
}
}