diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2024-08-06 10:54:55 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2024-08-06 10:54:55 +0000 |
| commit | 9b9503334fa856ed4ed6823d35b6f52546296f77 (patch) | |
| tree | 3214bef030da1bd5ee3405a631aeb837e61c1e99 /lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.h | |
| parent | c76260f306a7e51ef52dc75c6031e51e1e0862d7 (diff) | |
Diffstat (limited to 'lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.h')
| -rw-r--r-- | lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.h b/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.h index 3df371036f91..420db822acc0 100644 --- a/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.h +++ b/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.h @@ -31,7 +31,7 @@ class NativeRegisterContextFreeBSD_powerpc : public NativeRegisterContextFreeBSD { public: NativeRegisterContextFreeBSD_powerpc(const ArchSpec &target_arch, - NativeThreadProtocol &native_thread); + NativeThreadFreeBSD &native_thread); uint32_t GetRegisterSetCount() const override; |
