]> sourceware.org Git - valgrind.git/commitdiff
FreeBSD: revert a change for debugging ifunctions and correct a couple of typos
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 20 Jan 2024 17:53:01 +0000 (18:53 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 20 Jan 2024 17:53:01 +0000 (18:53 +0100)
coregrind/m_sigframe/sigframe-x86-freebsd.c
coregrind/vg_preloaded.c

index 12f51e385cf3937b61b5acda011ad2820ec99f26..6f07c28ee859964b13dd7f018edc97fb20fd6d46 100644 (file)
@@ -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 */
index 7986eeec5275cb2e0aa2407f0f2bc6d42cda475c..1c727966f3a2c8085e61f9475086dc16b4b1a9dd 100644 (file)
@@ -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)
This page took 0.029786 seconds and 5 git commands to generate.