1
0
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:
Seth Morabito
2017-12-15 13:22:53 -08:00
parent 2260eee423
commit 6b8d8b048e
4 changed files with 15 additions and 1 deletions

View File

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