mirror of
https://github.com/simh/simh.git
synced 2026-02-28 17:20:20 +00:00
SCP: Add missing SIM_SW_SHUT definition
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user