mirror of
https://github.com/simh/simh.git
synced 2026-04-15 16:11:13 +00:00
3b2: Support software power-off
This commit is contained in:
@@ -105,6 +105,7 @@ noret __libc_longjmp (jmp_buf buf, int val);
|
||||
#define STOP_EX 5 /* Exception */
|
||||
#define STOP_ESTK 6 /* Exception stack too deep */
|
||||
#define STOP_MMU 7 /* Unimplemented MMU Feature */
|
||||
#define STOP_POWER 8 /* System power-off */
|
||||
|
||||
/* Exceptional conditions handled within the instruction loop */
|
||||
#define ABORT_EXC 1 /* CPU exception */
|
||||
|
||||
Reference in New Issue
Block a user