Add (redundant) parentheses around bit tests mixed with &&
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 8 Nov 2013 23:28:19 +0000 (15:28 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 8 Nov 2013 23:28:19 +0000 (15:28 -0800)
commitc6c750cb3ddd094fa8195cdcd6d5c8c1d1d02d60
tree8468f48b2abc85cdcff9c74066e0f0451f575f42
parent1be09ee0d72b692b4c0ca40dbc3878f5bfc9b1da
Add (redundant) parentheses around bit tests mixed with &&

It is easy to get confused when mixing & and &&, so add redundant
parenteses for clarity.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
assemble.c