PR:		280562
MFC after:	1 month
This commit is contained in:
Dimitry Andric
2024-07-31 22:16:45 +02:00
parent 36b606ae6a
commit 3f157662c0
3 changed files with 3 additions and 3 deletions
@@ -30,7 +30,7 @@ class NativeProcessFreeBSD;
class NativeRegisterContextFreeBSD_arm : public NativeRegisterContextFreeBSD {
public:
NativeRegisterContextFreeBSD_arm(const ArchSpec &target_arch,
NativeThreadProtocol &native_thread);
NativeThreadFreeBSD &native_thread);
uint32_t GetRegisterSetCount() const override;
@@ -31,7 +31,7 @@ class NativeRegisterContextFreeBSD_mips64
: public NativeRegisterContextFreeBSD {
public:
NativeRegisterContextFreeBSD_mips64(const ArchSpec &target_arch,
NativeThreadProtocol &native_thread);
NativeThreadFreeBSD &native_thread);
uint32_t GetRegisterSetCount() const override;
@@ -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;