From: Julian Seward Date: Thu, 29 May 2008 21:07:04 +0000 (+0000) Subject: Merge r1851 (Allow 64-byte line sizes (PA6T cpu)). X-Git-Tag: svn/VALGRIND_3_3_1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9786a034b0482211f7114cb9ac52787cc4b8fa7e;p=thirdparty%2Fvalgrind.git Merge r1851 (Allow 64-byte line sizes (PA6T cpu)). git-svn-id: svn://svn.valgrind.org/vex/branches/VEX_3_3_BRANCH@1852 --- diff --git a/VEX/priv/guest-ppc/toIR.c b/VEX/priv/guest-ppc/toIR.c index 858833022d..82e9c1d71e 100644 --- a/VEX/priv/guest-ppc/toIR.c +++ b/VEX/priv/guest-ppc/toIR.c @@ -5582,7 +5582,7 @@ static Bool dis_cache_manage ( UInt theInstr, } /* stay sane .. */ - vassert(lineszB == 32 || lineszB == 128); + vassert(lineszB == 32 || lineszB == 64 || lineszB == 128); switch (opc2) { //zz case 0x2F6: // dcba (Data Cache Block Allocate, PPC32 p380)