From: Bart Van Assche Date: Thu, 29 Oct 2009 09:01:39 +0000 (+0000) Subject: Compiles again -- added trailing comma's that were missing from r10907. X-Git-Tag: svn/VALGRIND_3_6_0~490 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8d8e1fd8611b84a12dcb65a2fa6281678f51c7a;p=thirdparty%2Fvalgrind.git Compiles again -- added trailing comma's that were missing from r10907. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10919 --- diff --git a/coregrind/m_syswrap/syswrap-ppc32-linux.c b/coregrind/m_syswrap/syswrap-ppc32-linux.c index f275768f9c..f49131fc28 100644 --- a/coregrind/m_syswrap/syswrap-ppc32-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc32-linux.c @@ -1868,7 +1868,7 @@ const SyscallTableEntry ML_(syscall_table)[] = { // (__NR_dup3, sys_ni_syscall) // 316 LINXY(__NR_pipe2, sys_pipe2), // 317 LINXY(__NR_inotify_init1, sys_inotify_init1), // 318 - LINXY(__NR_perf_counter_open, sys_perf_counter_open) // 319 + LINXY(__NR_perf_counter_open, sys_perf_counter_open),// 319 LINXY(__NR_preadv, sys_preadv), // 320 LINX_(__NR_pwritev, sys_pwritev), // 321 // (__NR_rt_tgsigqueueinfo, sys_ni_syscall) // 322 diff --git a/coregrind/m_syswrap/syswrap-ppc64-linux.c b/coregrind/m_syswrap/syswrap-ppc64-linux.c index 75fd0a9b22..6fb13b020e 100644 --- a/coregrind/m_syswrap/syswrap-ppc64-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc64-linux.c @@ -1508,7 +1508,7 @@ const SyscallTableEntry ML_(syscall_table)[] = { // (__NR_dup3, sys_ni_syscall) // 316 LINXY(__NR_pipe2, sys_pipe2), // 317 LINXY(__NR_inotify_init1, sys_inotify_init1), // 318 - LINXY(__NR_perf_counter_open, sys_perf_counter_open) // 319 + LINXY(__NR_perf_counter_open, sys_perf_counter_open),// 319 LINXY(__NR_preadv, sys_preadv), // 320 LINX_(__NR_pwritev, sys_pwritev), // 321 // (__NR_rt_tgsigqueueinfo, sys_ni_syscall) // 322