Conversion of a fixnum to an address must be a logical right shift,
authorChris Hanson <org/chris-hanson/cph>
Fri, 4 Nov 1988 10:23:30 +0000 (10:23 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 4 Nov 1988 10:23:30 +0000 (10:23 +0000)
commitbfab2afea137d9575e7c40c3c28d9af3862b4dd5
tree21f15380b717f4b29d7a0590ec8a525d9dc994c4
parentaba10969386f26e0c7aaf9ed8c954ff8d3755642
Conversion of a fixnum to an address must be a logical right shift,
not an arithmetic right shift.  This is because an address is an
unsigned quantity; thus a fixnum representing an address must also be
treated as unsigned.
v7/src/compiler/machines/bobcat/lapgen.scm