I forgot to return here, so do it, and appease the compiler

llvm-svn: 236646
This commit is contained in:
Enrico Granata 2015-05-06 21:54:18 +00:00
parent a4cf7d71b8
commit 087638b3a6
1 changed files with 1 additions and 0 deletions

View File

@ -497,6 +497,7 @@ protected:
}
}
result.SetStatus(lldb::eReturnStatusSuccessFinishResult);
return true;
}
else
{