From 28eb57114d05dd100d9b4a56e0a00be85cd09e3b Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Fri, 12 Oct 2012 17:34:26 +0000 Subject: Bunch of cleanups for warnings found by the llvm static analyzer. llvm-svn: 165808 --- lldb/source/Target/Thread.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/source/Target/Thread.cpp') diff --git a/lldb/source/Target/Thread.cpp b/lldb/source/Target/Thread.cpp index 5a48a0ad4a3..6e505f2119b 100644 --- a/lldb/source/Target/Thread.cpp +++ b/lldb/source/Target/Thread.cpp @@ -1451,6 +1451,7 @@ Thread::ReturnFromFrame (lldb::StackFrameSP frame_sp, lldb::ValueObjectSP return if (!abi) { return_error.SetErrorString("Could not find ABI to set return value."); + return return_error; } SymbolContext sc = frame_sp->GetSymbolContext(eSymbolContextFunction); -- cgit v1.2.3