Correct copied error message

Patch by Remco Verhoef.

llvm-svn: 217312
This commit is contained in:
Ed Maste 2014-09-06 11:29:08 +00:00
parent 2949e548f4
commit 47a8a5e9fb

View File

@ -1080,7 +1080,7 @@ protected:
lldb::addr_t high_addr = Args::StringToAddress(&m_exe_ctx, command.GetArgumentAtIndex(1),LLDB_INVALID_ADDRESS,&error);
if (high_addr == LLDB_INVALID_ADDRESS || error.Fail())
{
result.AppendError("invalid low address");
result.AppendError("invalid high address");
return false;
}