diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectSource.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectSource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectSource.cpp b/lldb/source/Commands/CommandObjectSource.cpp index e6b98fa..aba27c1 100644 --- a/lldb/source/Commands/CommandObjectSource.cpp +++ b/lldb/source/Commands/CommandObjectSource.cpp @@ -389,7 +389,7 @@ public: sc_list.GetContextAtIndex (i, scratch_sc); if (scratch_sc.function != NULL) { - s.Printf("\n%d: ", i); + s.Printf("\n%lu: ", i); scratch_sc.function->Dump (&s, true); } } |