mirror of
https://github.com/simh/simh.git
synced 2026-05-02 14:20:05 +00:00
SCP: Add a RUNLIMIT command to bound simulator execution time
This commit is contained in:
@@ -413,8 +413,9 @@ typedef uint32 t_addr;
|
||||
#define SCPE_INVEXPR (SCPE_BASE + 47) /* invalid expression */
|
||||
#define SCPE_SIGTERM (SCPE_BASE + 48) /* SIGTERM has been received */
|
||||
#define SCPE_FSSIZE (SCPE_BASE + 49) /* File System size larger than disk size */
|
||||
#define SCPE_RUNTIME (SCPE_BASE + 50) /* Run Time Limit Exhausted */
|
||||
|
||||
#define SCPE_MAX_ERR (SCPE_BASE + 49) /* Maximum SCPE Error Value */
|
||||
#define SCPE_MAX_ERR (SCPE_BASE + 50) /* Maximum SCPE Error Value */
|
||||
#define SCPE_KFLAG 0x10000000 /* tti data flag */
|
||||
#define SCPE_BREAK 0x20000000 /* tti break flag */
|
||||
#define SCPE_NOMESSAGE 0x40000000 /* message display supression flag */
|
||||
|
||||
Reference in New Issue
Block a user