Fix Windows build - add return statement in SBThread::StepUsingScriptedThreadPlan.

llvm-svn: 277895
This commit is contained in:
Oleksiy Vyalov
2016-08-06 00:42:23 +00:00
parent 2a38531eca
commit 000ca1850d

View File

@@ -1161,7 +1161,7 @@ SBThread::StepOverUntil (lldb::SBFrame &sb_frame,
SBError
SBThread::StepUsingScriptedThreadPlan (const char *script_class_name)
{
StepUsingScriptedThreadPlan(script_class_name, true);
return StepUsingScriptedThreadPlan(script_class_name, true);
}
SBError