]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Unbreak the build
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 9 Aug 2014 08:13:19 +0000 (08:13 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 9 Aug 2014 08:13:19 +0000 (08:13 +0000)
priv/guest_ppc_toIR.c: In function disInstr_PPC:
priv/guest_ppc_toIR.c:20160:7: error: dis undeclared (first use in this function)
       dis.continueAt   = 0;
       ^

git-svn-id: svn://svn.valgrind.org/vex/trunk@2916

VEX/priv/guest_ppc_toIR.c

index ef2625525cf431ff397fd0a6b0b70a22e7bf8fc9..d810feba4de2baa27f09baa8abd13698078d5275 100644 (file)
@@ -20157,7 +20157,7 @@ DisResult disInstr_PPC ( IRSB*        irsb_IN,
       dres.whatNext    = Dis_StopHere;
       dres.jk_StopHere = Ijk_NoDecode;
       dres.len         = 0;
-      dis.continueAt   = 0;
+      dres.continueAt   = 0;
       return dres;
    }