This proposed patch fixes a problem which (on my machine) was causing FreeCOM compiled with xms-swap gcc to swap only part of the transient stack area --- rather than the whole stack --- to XMS, and back. The bug ultimately would cause FreeCOM to crash when one tries to EXIT from the shell.
This proposed patch fixes a problem which (on my machine) was causing FreeCOM compiled with
xms-swap gcc
to swap only part of the transient stack area --- rather than the whole stack --- to XMS, and back. The bug ultimately would cause FreeCOM to crash when one tries toEXIT
from the shell.Thank you!