Allow TRAPs to be executed when requested.
This commit is contained in:
parent
7d68b74113
commit
e409fad0c5
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue