Skip to content
Snippets Groups Projects
Commit ebca38a4 authored by Filipe Cabecinhas's avatar Filipe Cabecinhas
Browse files

Fixed a typo.

llvm-svn: 164777
parent 7345a357
No related branches found
No related tags found
No related merge requests found
......@@ -589,7 +589,7 @@ ABISysV_x86_64::SetReturnValueObject(lldb::StackFrameSP &frame_sp, lldb::ValueOb
DataExtractor data;
size_t num_bytes = new_value_sp->GetData(data);
uint32_t offset = 0;
if (num_bytes <= 64)
if (num_bytes <= 8)
{
uint64_t raw_value = data.GetMaxU64(&offset, num_bytes);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment