From: Paul Floyd Date: Sat, 2 Nov 2024 21:22:10 +0000 (+0100) Subject: FreeBSD syscall: fix syscall name used in kcmp traces. X-Git-Tag: VALGRIND_3_25_0~263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5c14fd3452549bd61c24aa4db6ed4ab45411e11;p=thirdparty%2Fvalgrind.git FreeBSD syscall: fix syscall name used in kcmp traces. --- diff --git a/coregrind/m_syswrap/syswrap-freebsd.c b/coregrind/m_syswrap/syswrap-freebsd.c index 685eb6be0..85b60c8f3 100644 --- a/coregrind/m_syswrap/syswrap-freebsd.c +++ b/coregrind/m_syswrap/syswrap-freebsd.c @@ -6895,7 +6895,7 @@ POST(sys_timerfd_settime) // int kcmp(pid_t pid1, pid_t pid2, int type, uintptr_t idx1, uintptr_t idx2); PRE(sys_kcmp) { - PRINT("kcmp(%ld, %ld, %ld, %" FMT_REGWORD "u, %" FMT_REGWORD "u)", + PRINT("sys_kcmp(%ld, %ld, %ld, %" FMT_REGWORD "u, %" FMT_REGWORD "u)", SARG1, SARG2, SARG3, ARG4, ARG5); switch (ARG3) { case VKI_KCMP_FILES: