Skip to content

Commit

Permalink
[lldb][FreeBSD] Fix NativeRegisterContextFreeBSD_x86_64() declaration (
Browse files Browse the repository at this point in the history
…llvm#97796)

Supposingly this is a typo.
  • Loading branch information
kiyolee committed Jul 5, 2024
1 parent daaea12 commit b3fa2a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class NativeRegisterContextFreeBSD_x86_64
public NativeRegisterContextDBReg_x86 {
public:
NativeRegisterContextFreeBSD_x86_64(const ArchSpec &target_arch,
NativeThreadProtocol &native_thread);
NativeThreadFreeBSD &native_thread);
uint32_t GetRegisterSetCount() const override;

const RegisterSet *GetRegisterSet(uint32_t set_index) const override;
Expand Down

0 comments on commit b3fa2a6

Please sign in to comment.