Fixed COMPILED-PROCEDURE/ENVIRONMENT not to SIGSEGV on compiled
authorStephen Adams <edu/mit/csail/zurich/adams>
Thu, 9 Feb 1995 21:23:49 +0000 (21:23 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Thu, 9 Feb 1995 21:23:49 +0000 (21:23 +0000)
commite17fc7facd62020806e05c19e299664020594804
tree8359fddc87cbff825c5ebb92b5157785abdae720
parent439aef62be0cd60b78d1e2e4de6c8430be47ff69
Fixed COMPILED-PROCEDURE/ENVIRONMENT not to SIGSEGV on compiled
procedures which have no free variables.  This happened because the
compiler failed to produce a dbg-block for the dbg-block/parent of the
procedure's dbg-block.  An alternative fix would be to modify the
compiler to insert the correct IC dbg-block instead of leaving it as
#F.
v7/src/runtime/uenvir.scm
v8/src/runtime/uenvir.scm