]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add a ( that was missed in r14419 (Prepare to change the default for
authorJulian Seward <jseward@acm.org>
Mon, 1 Sep 2014 22:37:57 +0000 (22:37 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 1 Sep 2014 22:37:57 +0000 (22:37 +0000)
--read-inline-info from =no to =yes)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14424

coregrind/m_replacemalloc/vg_replace_malloc.c

index 5c5dd1b1cc09f7c4d8f31463c23be6b26ab5ecb2..37eeb12b71e8f50a3ef69c652a6f68017f22d8d4 100644 (file)
@@ -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); \
    }