]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Merge r1851 (Allow 64-byte line sizes (PA6T cpu)).
authorJulian Seward <jseward@acm.org>
Thu, 29 May 2008 21:07:04 +0000 (21:07 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 29 May 2008 21:07:04 +0000 (21:07 +0000)
git-svn-id: svn://svn.valgrind.org/vex/branches/VEX_3_3_BRANCH@1852

VEX/priv/guest-ppc/toIR.c

index 858833022d242db3605cce102258cb790e84f9e4..82e9c1d71ee3038ce655669f9d367a52c067a381 100644 (file)
@@ -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)