Fix Windows build - add return statement in SBThread::StepUsingScriptedThreadPlan.
llvm-svn: 277895
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user