Allow TRAPs to be executed when requested.

This commit is contained in:
Folkert van Heusden 2025-04-06 19:07:33 +02:00
parent 7d68b74113
commit e409fad0c5
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -2436,6 +2436,7 @@ while (reason == 0) {
else setTRAP (TRAP_ILL);
break; /* end case 017 */
} /* end switch op */
if (trap_req == 0)
break;
} /* end main loop */