Fix hash-address bug
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 11 Feb 2013 13:02:05 +0000 (14:02 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 12 Feb 2013 09:05:24 +0000 (10:05 +0100)
commit2f0beb1f00d5215af1834117b3b69ac82c662400
treea5bfc901b37428f41a98b41e2965840556202417
parent8f1df62f9ff3091a9d2677b9e0417c50ca863ca2
Fix hash-address bug

The lowest bit of the address was clipped off by wrong use of the mask.
Because of this only even entries could be used, and spoiling of the
key after underpromotion to the 'nearest' alternative would lead to an
enormous number of false hash hits, leading to false result claims.
fairymax.c