From: Julian Seward Date: Thu, 29 Jul 2004 22:21:31 +0000 (+0000) Subject: Comment-only change X-Git-Tag: svn/VALGRIND_3_0_1^2~1178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=121b045749bd73b12f0c8c02bbf0c8ea336f8bc0;p=thirdparty%2Fvalgrind.git Comment-only change git-svn-id: svn://svn.valgrind.org/vex/trunk@156 --- diff --git a/VEX/priv/host-x86/isel.c b/VEX/priv/host-x86/isel.c index aed8aece4c..fdc517a393 100644 --- a/VEX/priv/host-x86/isel.c +++ b/VEX/priv/host-x86/isel.c @@ -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