Fix bug introduced in breakpoint proceeding when the layout of memory
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 1 Feb 1994 02:45:56 +0000 (02:45 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 1 Feb 1994 02:45:56 +0000 (02:45 +0000)
commitd9569c0c9a3a0d93572338496f9769acdcab34d7
tree83544701cd8d721212aef6d89938d5dba913aaee
parented0b5ae1baf3e41f0668e67387705d4e01db06f0
Fix bug introduced in breakpoint proceeding when the layout of memory
was changed.

The proceed buffer was allocated at the top of constant space which is
now the bottom of the heap, where a perfectly valid object resides.
In fact, it was typically the object being breakpointed itself, being
the object at the top of the stack (the first thing scanned).
v7/src/microcode/cmpintmd/hppa.h
v8/src/microcode/cmpintmd/hppa.h