diff options
Diffstat (limited to 'contrib/llvm-project/lldb/source/Target/RegisterContextUnwind.cpp')
| -rw-r--r-- | contrib/llvm-project/lldb/source/Target/RegisterContextUnwind.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/lldb/source/Target/RegisterContextUnwind.cpp b/contrib/llvm-project/lldb/source/Target/RegisterContextUnwind.cpp index 242c7d3f6b94..13e101413a47 100644 --- a/contrib/llvm-project/lldb/source/Target/RegisterContextUnwind.cpp +++ b/contrib/llvm-project/lldb/source/Target/RegisterContextUnwind.cpp @@ -712,7 +712,7 @@ bool RegisterContextUnwind::CheckIfLoopingStack() { // frames with the same // CFA (in theory we // can have arbitrary number of frames with the same CFA, but more then 2 is - // very very unlikely) + // very unlikely) RegisterContextUnwind::SharedPtr next_frame = GetNextFrame(); if (next_frame) { |
