From: Julian Seward Date: Fri, 30 Sep 2005 00:49:01 +0000 (+0000) Subject: Oh Arse. This'll teach me to edit the x86-specific sources on a ppc32 X-Git-Tag: svn/VALGRIND_3_1_0~403 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d61e685efbf8f88db7725723196c572057cc67c;p=thirdparty%2Fvalgrind.git Oh Arse. This'll teach me to edit the x86-specific sources on a ppc32 box. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4825 --- diff --git a/coregrind/m_syswrap/syswrap-x86-linux.c b/coregrind/m_syswrap/syswrap-x86-linux.c index c03601a65d..3eee618ba8 100644 --- a/coregrind/m_syswrap/syswrap-x86-linux.c +++ b/coregrind/m_syswrap/syswrap-x86-linux.c @@ -1472,8 +1472,8 @@ PRE(old_mmap) UWord a1, a2, a3, a4, a5, a6; Addr advised; SysRes sres; + MapRequest mreq; Bool mreq_ok; - SysRes sres; UWord* args = (UWord*)ARG1; PRE_REG_READ1(long, "old_mmap", struct mmap_arg_struct *, args);