mirror of
https://github.com/simh/simh.git
synced 2026-03-02 09:47:40 +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) };
|
||||
|
||||
const char *psw_modes[] = {"K", "E", "S", "U"};
|
||||
const char *psw_modes[] = {"K", "S", "E", "U"};
|
||||
|
||||
|
||||
BITFIELD psw_bits[] = {
|
||||
|
||||
Reference in New Issue
Block a user