================
@@ -46,7 +46,7 @@ class RegisterValue {
eTypeUInt16,
eTypeUInt32,
eTypeUInt64,
- eTypeUInt128,
+ eTypeUInt, /// < An integer that has more than 64 bits.
----------------
sedymrak wrote:The (slightly updated) comment now reflects the purpose of this enum value. https://github.com/llvm/llvm-project/pull/166363 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
