]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Compiles again -- added trailing comma's that were missing from r10907.
authorBart Van Assche <bvanassche@acm.org>
Thu, 29 Oct 2009 09:01:39 +0000 (09:01 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 29 Oct 2009 09:01:39 +0000 (09:01 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10919

coregrind/m_syswrap/syswrap-ppc32-linux.c
coregrind/m_syswrap/syswrap-ppc64-linux.c

index f275768f9c5b732223e6ddd638606fe83bf81d99..f49131fc28098a15162cb2840072bfc66d0b69a9 100644 (file)
@@ -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
index 75fd0a9b22e5658a2d8961ae793ecd6a6e8b9ec9..6fb13b020e3ef490f8e9745e8d2b6542ac911938 100644 (file)
@@ -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