https://bugs.kde.org/show_bug.cgi?id=370398
Bug ID: 370398
Summary: trunk/VEX/priv/guest_x86_helpers.c:1693: strange
expression ?
Product: valgrind
Version: 3.12 SVN
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
trunk/VEX/priv/guest_x86_helpers.c:1693:1: warning: V684 A value of the
variable 'tagw' is not modified. Consider inspecting the expression. It is
possible that '1' should be present instead of '0'.
Source code is
tagw |= (0 << (2*preg));
Maybe better code
tagw |= (1 << (2*preg));
--
You are receiving this mail because:
You are watching all bug changes.