]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Handle ppc64-related primops.
authorJulian Seward <jseward@acm.org>
Fri, 23 Dec 2005 12:47:16 +0000 (12:47 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 23 Dec 2005 12:47:16 +0000 (12:47 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5420

memcheck/mc_translate.c

index 46f870672437d374235711b5fd644690b46313d2..f28ca2bf7f719547535d76889eb9cdf5f4c69bdb 100644 (file)
@@ -1986,6 +1986,10 @@ IRAtom* expr2vbits_Binop ( MCEnv* mce,
       case Iop_DivU32:
          return mkLazy2(mce, Ity_I32, vatom1, vatom2);
 
+      case Iop_DivS64:
+      case Iop_DivU64:
+         return mkLazy2(mce, Ity_I64, vatom1, vatom2);
+
       case Iop_Add32:
          if (mce->bogusLiterals)
             return expensiveAddSub(mce,True,Ity_I32,