Skip to content

Commit b3fa2a6

Browse files
authored
[lldb][FreeBSD] Fix NativeRegisterContextFreeBSD_x86_64() declaration (#97796)
Supposingly this is a typo.
1 parent daaea12 commit b3fa2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class NativeRegisterContextFreeBSD_x86_64
3838
public NativeRegisterContextDBReg_x86 {
3939
public:
4040
NativeRegisterContextFreeBSD_x86_64(const ArchSpec &target_arch,
41-
NativeThreadProtocol &native_thread);
41+
NativeThreadFreeBSD &native_thread);
4242
uint32_t GetRegisterSetCount() const override;
4343

4444
const RegisterSet *GetRegisterSet(uint32_t set_index) const override;

0 commit comments

Comments
 (0)