]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Unbreak compilation. Duh.
authorJulian Seward <jseward@acm.org>
Sun, 2 Oct 2005 17:33:07 +0000 (17:33 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 2 Oct 2005 17:33:07 +0000 (17:33 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4845

coregrind/m_syswrap/syswrap-ppc32-linux.c

index 6f4b230f4f91ea2148cfb968275f0007cd1c47e2..10dcbb27e41f3a787559fdaf982fa1033c99ba02 100644 (file)
@@ -889,7 +889,7 @@ PRE(sys_mmap2)
                  unsigned long, fd,    unsigned long, offset);
 
    r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, 
-                                       VKI_PAGE_SIZE * (Of64T)ARG6 );
+                                       VKI_PAGE_SIZE * (Off64T)ARG6 );
    SET_STATUS_from_SysRes(r);
 }