* exceptions.cc (sigreturn): Fix problem where old return address was not

properly restored for a nested signal.
This commit is contained in:
Christopher Faylor
2003-08-29 02:05:00 +00:00
parent 723b87cd5c
commit 5e8355c765
3 changed files with 13 additions and 6 deletions

View File

@@ -1157,7 +1157,7 @@ wait_sig (VOID *self)
sigproc_printf ("awake, rc %d", rc);
LONG *todo;
if (rc != RC_NOSYNC)
todo = *todos;
todo = todos[0];
else
todo = todos[1];