From: Julian Seward Date: Mon, 1 Sep 2014 22:37:57 +0000 (+0000) Subject: Add a ( that was missed in r14419 (Prepare to change the default for X-Git-Tag: svn/VALGRIND_3_10_0~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3d53e71d04daf94c18ac43b8e0be834f31beba0;p=thirdparty%2Fvalgrind.git Add a ( that was missed in r14419 (Prepare to change the default for --read-inline-info from =no to =yes) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14424 --- diff --git a/coregrind/m_replacemalloc/vg_replace_malloc.c b/coregrind/m_replacemalloc/vg_replace_malloc.c index 5c5dd1b1cc..37eeb12b71 100644 --- a/coregrind/m_replacemalloc/vg_replace_malloc.c +++ b/coregrind/m_replacemalloc/vg_replace_malloc.c @@ -793,7 +793,7 @@ static void init(void); static int pszB = 0; \ if (pszB == 0) \ pszB = my_getpagesize(); \ - TRIGGER_MEMCHECK_ERROR_IF_UNDEFINED(UWord) zone); \ + TRIGGER_MEMCHECK_ERROR_IF_UNDEFINED((UWord) zone); \ return VG_REPLACE_FUNCTION_EZU(10110,VG_Z_LIBC_SONAME,memalign) \ ((SizeT)pszB, size); \ }