mirror of
https://github.com/simh/simh.git
synced 2026-01-15 08:02:40 +00:00
PDP11: Fix psw_mode map in PSW register bitfield
This commit is contained in:
parent
6a90ed44c7
commit
50ee02a2c7
@ -399,7 +399,7 @@ int32 trap_clear[TRAP_V_MAX] = { /* trap clears */
|
||||
|
||||
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[] = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user