~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to VEX/priv/guest-ppc/toIR.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-19 09:57:35 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20080619095735-0w0fyjp7znob3pek
Tags: upstream-3.3.1
ImportĀ upstreamĀ versionĀ 3.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
5582
5582
   }
5583
5583
 
5584
5584
   /* stay sane .. */
5585
 
   vassert(lineszB == 32 || lineszB == 128);
 
5585
   vassert(lineszB == 32 || lineszB == 64 || lineszB == 128);
5586
5586
   
5587
5587
   switch (opc2) {
5588
5588
//zz    case 0x2F6: // dcba (Data Cache Block Allocate, PPC32 p380)