diff options
Diffstat (limited to 'lldb/include/lldb/Target/Thread.h')
| -rw-r--r-- | lldb/include/lldb/Target/Thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/include/lldb/Target/Thread.h b/lldb/include/lldb/Target/Thread.h index 03fb414534d..395bff3e72d 100644 --- a/lldb/include/lldb/Target/Thread.h +++ b/lldb/include/lldb/Target/Thread.h @@ -751,10 +751,10 @@ protected: SetStopInfo (const lldb::StopInfoSP &stop_info_sp); virtual bool - SaveFrameZeroState (RegisterCheckpoint &checkpoint) = 0; + SaveFrameZeroState (RegisterCheckpoint &checkpoint); virtual bool - RestoreSaveFrameZero (const RegisterCheckpoint &checkpoint) = 0; + RestoreSaveFrameZero (const RegisterCheckpoint &checkpoint); virtual lldb_private::Unwind * GetUnwinder () = 0; |

