From dbb8570bcb4b9ea792a972064e470f587b1a4eaa Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sat, 20 Jan 2024 18:53:01 +0100 Subject: [PATCH] FreeBSD: revert a change for debugging ifunctions and correct a couple of typos --- coregrind/m_sigframe/sigframe-x86-freebsd.c | 2 +- coregrind/vg_preloaded.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coregrind/m_sigframe/sigframe-x86-freebsd.c b/coregrind/m_sigframe/sigframe-x86-freebsd.c index 12f51e385c..6f07c28ee8 100644 --- a/coregrind/m_sigframe/sigframe-x86-freebsd.c +++ b/coregrind/m_sigframe/sigframe-x86-freebsd.c @@ -99,7 +99,7 @@ struct sigframe { /* * The following 7 members are roughly the same as - * 'stuct sigframe' in x86/sigrame.h + * 'struct sigframe' in x86/sigframe.h */ Int sigNo; Addr psigInfo; /* code or pointer to sigContext */ diff --git a/coregrind/vg_preloaded.c b/coregrind/vg_preloaded.c index 7986eeec52..1c727966f3 100644 --- a/coregrind/vg_preloaded.c +++ b/coregrind/vg_preloaded.c @@ -238,7 +238,7 @@ void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_addrandom)(unsigned #elif defined(VGO_freebsd) -#if (FREEBSD_VERS >= FREEBSD_13) +#if (FREEBSD_VERS >= FREEBSD_14) void * VG_NOTIFY_ON_LOAD(ifunc_wrapper) (void); void * VG_NOTIFY_ON_LOAD(ifunc_wrapper) (void) -- 2.43.5