Fix a check in the objc trampoline handler
authorStephane Sezer <sas@cd80.net>
Wed, 13 Jul 2016 17:34:26 +0000 (17:34 +0000)
committerStephane Sezer <sas@cd80.net>
Wed, 13 Jul 2016 17:34:26 +0000 (17:34 +0000)
commit1852a784161c6a61ff1446e267c5e459f2c2a268
tree97a4cc9e264ddb3a57699989680030ed2037d001
parent0e27d67a98f648ffb6c0c0c4b9e82fbb07de3ccb
Fix a check in the objc trampoline handler

Summary:
The function FunctionCaller::WriteFunctionArguments returns false on
errors, so they should check for the false return value.

Change by Walter Erquinigo <a20012251@gmail.com>

Reviewers: jingham, clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D22278

llvm-svn: 275287
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp