From: Florian Krohm Date: Wed, 5 Mar 2025 23:12:17 +0000 (+0000) Subject: Fix two outdated comments in VEX. X-Git-Tag: VALGRIND_3_25_0~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69bc6d7cb08460006c404a8a9062e603ded1b457;p=thirdparty%2Fvalgrind.git Fix two outdated comments in VEX. main_util.c: The symbol vg_message no longer exists. host_s390_defs.c: In b2cc7ea009ae4f0eaa1197ee6f5c07e0ee873b3a the definition of s390_host_hwcaps was moved to main_main.c --- diff --git a/VEX/priv/host_s390_defs.h b/VEX/priv/host_s390_defs.h index 9d844beee..957585c39 100644 --- a/VEX/priv/host_s390_defs.h +++ b/VEX/priv/host_s390_defs.h @@ -907,7 +907,7 @@ VexInvalRange patchProfInc_S390(VexEndness endness_host, void *code_to_patch, const ULong *location_of_counter); -/* KLUDGE: See detailled comment in host_s390_defs.c. */ +/* KLUDGE: See detailled comment in main_main.c. */ extern UInt s390_host_hwcaps; /* Convenience macros to test installed facilities */ diff --git a/VEX/priv/main_util.c b/VEX/priv/main_util.c index 670de8b04..fffe4b426 100644 --- a/VEX/priv/main_util.c +++ b/VEX/priv/main_util.c @@ -543,8 +543,7 @@ UInt vprintf_wrk ( void(*sink)(HChar), /* A general replacement for printf(). Note that only low-level - debugging info should be sent via here. The official route is to - to use vg_message(). This interface is deprecated. + debugging info should be sent via here. */ static HChar myprintf_buf[1000]; static Int n_myprintf_buf;