diff --git a/lldb/source/Commands/CommandObjectThread.cpp b/lldb/source/Commands/CommandObjectThread.cpp index cc97de263e59..bace4e58b4ad 100644 --- a/lldb/source/Commands/CommandObjectThread.cpp +++ b/lldb/source/Commands/CommandObjectThread.cpp @@ -454,7 +454,7 @@ public: std::string m_avoid_regexp; std::string m_step_in_target; std::string m_class_name; - int32_t m_step_count; + uint32_t m_step_count; }; CommandObjectThreadStepWithTypeAndScope (CommandInterpreter &interpreter,