From: Julian Seward Date: Wed, 28 Jul 2004 01:50:05 +0000 (+0000) Subject: Add LOGICL. X-Git-Tag: svn/VALGRIND_3_0_1^2~1190 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=741f7e0eec8d6ed2dcea3b50f580c2d67f22c5ed;p=thirdparty%2Fvalgrind.git Add LOGICL. git-svn-id: svn://svn.valgrind.org/vex/trunk@144 --- diff --git a/VEX/priv/guest-x86/ghelpers.c b/VEX/priv/guest-x86/ghelpers.c index 043397e250..ea40b23e93 100644 --- a/VEX/priv/guest-x86/ghelpers.c +++ b/VEX/priv/guest-x86/ghelpers.c @@ -210,6 +210,7 @@ static inline int lshift(int x, int n) case CC_OP_SUBL: ACTIONS_SUB(32,UInt,Int); case CC_OP_LOGICB: ACTIONS_LOGIC(8,UChar,Char); + case CC_OP_LOGICW: ACTIONS_LOGIC(16,UShort,Short); case CC_OP_LOGICL: ACTIONS_LOGIC(32,UInt,Int); case CC_OP_INCL: ACTIONS_INC(32,UInt,Int);