Fix bug in signals for posix.

This commit is contained in:
Brad Nelson
2022-12-31 19:26:20 -08:00
parent 5afdbf0423
commit d60606b4c8

View File

@ -69,6 +69,7 @@ static cell_t *forth_run(cell_t *init_rp) {
*g_sys->throw_handler = (cell_t *) *rp--;
sp = (cell_t *) *rp--;
fp = (float *) *rp--;
ip = (cell_t *) *rp--;
--sp;
tos = -g_forth_signal;
}