mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Fixed a typo.
llvm-svn: 164777
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user