PDP11: Fix psw_mode map in PSW register bitfield
This commit is contained in:
parent
6a90ed44c7
commit
50ee02a2c7
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ int32 trap_clear[TRAP_V_MAX] = { /* trap clears */
|
||||||
|
|
||||||
UNIT cpu_unit = { UDATA (NULL, UNIT_FIX|UNIT_BINK, INIMEMSIZE) };
|
UNIT cpu_unit = { UDATA (NULL, UNIT_FIX|UNIT_BINK, INIMEMSIZE) };
|
||||||
|
|
||||||
const char *psw_modes[] = {"K", "E", "S", "U"};
|
const char *psw_modes[] = {"K", "S", "E", "U"};
|
||||||
|
|
||||||
|
|
||||||
BITFIELD psw_bits[] = {
|
BITFIELD psw_bits[] = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue