Fix bug in signals for posix.
This commit is contained in:
@ -69,6 +69,7 @@ static cell_t *forth_run(cell_t *init_rp) {
|
|||||||
*g_sys->throw_handler = (cell_t *) *rp--;
|
*g_sys->throw_handler = (cell_t *) *rp--;
|
||||||
sp = (cell_t *) *rp--;
|
sp = (cell_t *) *rp--;
|
||||||
fp = (float *) *rp--;
|
fp = (float *) *rp--;
|
||||||
|
ip = (cell_t *) *rp--;
|
||||||
--sp;
|
--sp;
|
||||||
tos = -g_forth_signal;
|
tos = -g_forth_signal;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user