Correct copied error message
Patch by Remco Verhoef. llvm-svn: 217312
This commit is contained in:
parent
2949e548f4
commit
47a8a5e9fb
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user