Jumps into compiled scheme code and out must use far jmp/call
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 15 Feb 1992 14:17:23 +0000 (14:17 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 15 Feb 1992 14:17:23 +0000 (14:17 +0000)
commit534443d04a795ee4b64e38da61bb80d74bfd4f0c
tree1b3dfc8c9f46f43402f45de9c70e41fd91e3c1ef
parent3b2fdb20f4e94686d133ce56d5c157f5b816f983
Jumps into compiled scheme code and out must use far jmp/call
instructions, because the code segment is not necessarily the same as
the data segment.  We still assume that the stack segment and the data
segment are the same.
v7/src/compiler/machines/i386/lapgen.scm
v7/src/compiler/machines/i386/rules3.scm
v7/src/compiler/machines/i386/rules4.scm
v7/src/microcode/cmpauxmd/i386.m4
v7/src/microcode/cmpintmd/i386.h