The Free register can't be compared to the value in REGBLOCK_MEMTOP
authorChris Hanson <org/chris-hanson/cph>
Thu, 5 Oct 1995 03:27:42 +0000 (03:27 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 5 Oct 1995 03:27:42 +0000 (03:27 +0000)
commit0d7cf672a32d544b6ba64f31692cf7b0a4fcddc8
tree657644f3c295453117787e573080d835d05c32ad
parentf2fb2d975a1857f7d58cf7f6b6f2e5b07144f88e
The Free register can't be compared to the value in REGBLOCK_MEMTOP
unless it is translated from a "C" address to a "Scheme" address.
This makes a difference on the i386 where we sometimes use the segment
registers in a way that makes these two representations different.
v7/src/microcode/cmpint.c
v8/src/microcode/cmpint.c