mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
SCP: Add missing SIM_SW_SHUT definition
This commit is contained in:
parent
b8b9dcffaa
commit
504d4576e5
@ -200,6 +200,7 @@ typedef uint32 t_addr;
|
||||
#define SIM_SW_REST (1u << 27) /* attach/restore */
|
||||
#define SIM_SW_REG (1u << 28) /* register value */
|
||||
#define SIM_SW_STOP (1u << 29) /* stop message */
|
||||
#define SIM_SW_SHUT (1u << 30) /* shutdown */
|
||||
|
||||
/* Simulator status codes
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user