mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
Tentatively apply https://github.com/llvm/llvm-project/pull/101403
PR: 280562
MFC after: 1 month
(cherry picked from commit 3f157662c0)
This commit is contained in:
parent
d544fe589b
commit
3d31a1d8cd
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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue