]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Allow 64-byte line sizes (PA6T cpu).
authorJulian Seward <jseward@acm.org>
Thu, 29 May 2008 16:39:21 +0000 (16:39 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 29 May 2008 16:39:21 +0000 (16:39 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1851

VEX/priv/guest-ppc/toIR.c

index 414c272a670957c986ef6dcf6b943236b5f44d07..0ea60eae4b22d49b306422ae9ff5292f01c225b2 100644 (file)
@@ -5601,7 +5601,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)