forked from OSchip/llvm-project
I forgot to return here, so do it, and appease the compiler
llvm-svn: 236646
This commit is contained in:
parent
a4cf7d71b8
commit
087638b3a6
|
@ -497,6 +497,7 @@ protected:
|
|||
}
|
||||
}
|
||||
result.SetStatus(lldb::eReturnStatusSuccessFinishResult);
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue