Compile Windows.

This commit is contained in:
Friedemann Kleint
2010-03-10 16:51:06 +01:00
parent ee34cd2205
commit 309163cef8

View File

@@ -2680,7 +2680,7 @@ void GdbEngine::handleStackListFrames(const GdbResponse &response)
if (targetFrame == -1 && isBogus) {
setTokenBarrier();
setState(InferiorRunningRequested);
postCommand("-exec-finish", RunRequest, CB(handleExecContinue));
postCommand("-exec-finish", RunRequest, CB(handleExecuteContinue));
showStatusMessage(tr("Jumping out of bogus frame..."), 1000);
return;
}