mirror of
https://github.com/simh/simh.git
synced 2026-05-03 14:38:45 +00:00
PDP11: Fix psw_mode map in PSW register bitfield
This commit is contained in:
@@ -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[] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user