1
0
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:
Mark Pizzolato 2016-05-28 13:36:59 -07:00
parent b8b9dcffaa
commit 504d4576e5

View File

@ -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