]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix compiler warnings.
authorTom Hughes <tom@compton.nu>
Fri, 11 Nov 2005 11:54:11 +0000 (11:54 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 11 Nov 2005 11:54:11 +0000 (11:54 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5081

coregrind/m_syswrap/syswrap-amd64-linux.c

index 84923cc0f0e1d89be1d98c1e992c5e9330e8ea56..7615f3cc7c0bb219ff18fc819bf64d335d2cc4d1 100644 (file)
@@ -417,8 +417,8 @@ PRE(sys_clone)
       SET_STATUS_from_SysRes(
          ML_(do_fork_clone)(tid,
                        cloneflags,      /* flags */
-                       (Long *)ARG3,    /* parent_tidptr */
-                       (Long *)ARG4));  /* child_tidptr */
+                       (Int *)ARG3,     /* parent_tidptr */
+                       (Int *)ARG4));   /* child_tidptr */
       break;
 
    default: