forked from OSchip/llvm-project
parent
7345a35777
commit
ebca38a4c5
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue