Fixed a typo.
authorFilipe Cabecinhas <me@filcab.net>
Thu, 27 Sep 2012 15:31:38 +0000 (15:31 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Thu, 27 Sep 2012 15:31:38 +0000 (15:31 +0000)
llvm-svn: 164777

lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp

index 7a5bd9d..f7312c6 100644 (file)
@@ -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);