Define new variable `Constant_Top' to mark the upper limit of constant
authorChris Hanson <org/chris-hanson/cph>
Tue, 23 Jun 1987 22:02:41 +0000 (22:02 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 23 Jun 1987 22:02:41 +0000 (22:02 +0000)
commit00695dc7751bb43c586a84066434008585bba62b
treea2f486f15cd8b9759a11ab0beccc43e8aaa4f220
parentda90fb0bc783f8b1a82ac567be7a5ee877d85206
Define new variable `Constant_Top' to mark the upper limit of constant
space.  Do not use unallocated parts of constant space for the stack;
the stack size is fixed at the beginning of time.  This fixes a bug in
which the constant space overflowed into the stack space, without
signalling any error.
v7/src/microcode/bchmmg.c
v7/src/microcode/default.h
v7/src/microcode/extern.h
v7/src/microcode/memmag.c
v7/src/microcode/stack.h
v7/src/microcode/storage.c