]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment-only change
authorJulian Seward <jseward@acm.org>
Thu, 29 Jul 2004 22:21:31 +0000 (22:21 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 29 Jul 2004 22:21:31 +0000 (22:21 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@156

VEX/priv/host-x86/isel.c

index aed8aece4c1192ba0cb70df11bce1da58d3499e2..fdc517a393ee81d5514a9ea783c4b2d9df202859 100644 (file)
@@ -847,7 +847,7 @@ static void iselIntExpr64 ( HReg* rHi, HReg* rLo, ISelEnv* env, IRExpr* e )
  
             shrdl %cl, %hi, %lo   -- make %lo be right for the shift amt
                                   -- %cl % 32
-            shrl  %cl, %hi        -- make %lo be right for the shift amt
+            shrl  %cl, %hi        -- make %hi be right for the shift amt
                                   -- %cl % 32
 
          Now, if (shift amount % 64) is in the range 32 .. 63, we have