Second batch of fixes to get scheme up:
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 6 Nov 1989 22:03:29 +0000 (22:03 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 6 Nov 1989 22:03:29 +0000 (22:03 +0000)
commitacb33f803dd5a923ef3ef543cfd84ce62b1acc51
tree44f9cdbbb40a6d361cbb41e059e0f02b89e4573a
parent809a64738a435ec23100c7673282f68a863b2f2b
Second batch of fixes to get scheme up:

- Fix the error backouts:  They cannot use the expression register for
recovery information since the interpreter bashes it with the size of
the compiled code stack segment.

- Fix a couple of problems with the linker:
on restart it must restore the env register.
the recovery count was saved incorrectly (bad macro).
v7/src/microcode/cmpint.c
v8/src/microcode/cmpint.c