diff options
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/UnwindLLDB.h')
| -rw-r--r-- | lldb/source/Plugins/Process/Utility/UnwindLLDB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Utility/UnwindLLDB.h b/lldb/source/Plugins/Process/Utility/UnwindLLDB.h index 97b08826206..9625e2e5427 100644 --- a/lldb/source/Plugins/Process/Utility/UnwindLLDB.h +++ b/lldb/source/Plugins/Process/Utility/UnwindLLDB.h @@ -63,7 +63,7 @@ private: typedef lldb::SharedPtr<Cursor>::Type CursorSP; std::vector<CursorSP> m_frames; - bool AddOneMoreFrame (); + bool AddOneMoreFrame (ABI *abi); bool AddFirstFrame (); //------------------------------------------------------------------ |

