summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/include/lldb/Interpreter/CommandHistory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Interpreter/CommandHistory.h b/lldb/include/lldb/Interpreter/CommandHistory.h
index 5faaf1cb362..dbe6e99bb5b 100644
--- a/lldb/include/lldb/Interpreter/CommandHistory.h
+++ b/lldb/include/lldb/Interpreter/CommandHistory.h
@@ -59,7 +59,7 @@ public:
void
Dump (Stream& stream,
size_t start_idx = 0,
- size_t stop_idx = UINT64_MAX) const;
+ size_t stop_idx = SIZE_MAX) const;
static const char g_repeat_char = '!';
OpenPOWER on IntegriCloud