PDP11: Fix psw_mode map in PSW register bitfield

This commit is contained in:
Mark Pizzolato 2017-02-09 09:59:45 -08:00
parent 6a90ed44c7
commit 50ee02a2c7

View file

@ -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[] = {