Previous attempt to implement a mechanism to restore the signal mask
authorChris Hanson <org/chris-hanson/cph>
Fri, 15 Sep 1995 05:51:12 +0000 (05:51 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 15 Sep 1995 05:51:12 +0000 (05:51 +0000)
commit6149fb514981cc6f3c3b888e17b39e42687ace5e
treecc6c67eedc8dcda9c97d052306bf140d7871debd
parentc46669bdb6cbbebe4e8abebd3515bdc3d9376b42
Previous attempt to implement a mechanism to restore the signal mask
when aborting to the interpreter was flawed: the signal mask was saved
once, restored on the first abort, and left unchanged after that.
The flaw is repaired by re-saving the signal mask after every abort.
v7/src/microcode/interp.c
v8/src/microcode/interp.c