diff options
Diffstat (limited to 'lldb/source/Symbol/Block.cpp')
| -rw-r--r-- | lldb/source/Symbol/Block.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/source/Symbol/Block.cpp b/lldb/source/Symbol/Block.cpp index 648d8ee48bf..46f875fca77 100644 --- a/lldb/source/Symbol/Block.cpp +++ b/lldb/source/Symbol/Block.cpp @@ -60,8 +60,7 @@ void Block::Dump(Stream *s, addr_t base_addr, int32_t depth, if (depth < 0) { Block *parent = GetParent(); if (parent) { - // We have a depth that is less than zero, print our parent blocks - // first + // We have a depth that is less than zero, print our parent blocks first parent->Dump(s, base_addr, depth + 1, show_context); } } |

