summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core')
-rw-r--r--lldb/source/Core/RegisterValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/RegisterValue.cpp b/lldb/source/Core/RegisterValue.cpp
index ae3e1907acf..e1632d6e005 100644
--- a/lldb/source/Core/RegisterValue.cpp
+++ b/lldb/source/Core/RegisterValue.cpp
@@ -892,7 +892,7 @@ RegisterValue::SetUInt (uint64_t uint, uint32_t byte_size)
}
else if (byte_size <= 16)
{
- SetUInt128 (llvm::APInt(64, uint));
+ SetUInt128 (llvm::APInt(128, uint));
}
else
return false;
OpenPOWER on IntegriCloud