Adjust top of stack as well.
This commit is contained in:
parent
136e313af7
commit
8bba3a13e1
|
@ -68,6 +68,7 @@
|
|||
(let ((okay? (address= *external-root-stack*
|
||||
*external-root-stack-base*)))
|
||||
(set! *external-root-stack-base* old-base)
|
||||
(set! *external-root-stack* old-base)
|
||||
okay?))
|
||||
|
||||
;----------------
|
||||
|
|
Loading…
Reference in New Issue