SCP: Add missing change to sim_defs.h which broke build
This commit is contained in:
parent
15cd4d35ac
commit
188e8cfe8f
1 changed files with 2 additions and 0 deletions
|
@ -851,6 +851,8 @@ struct DEBTAB {
|
||||||
#define SIM_DBG_AIO_QUEUE 0x040000 /* asynch event queue activities */
|
#define SIM_DBG_AIO_QUEUE 0x040000 /* asynch event queue activities */
|
||||||
#define SIM_DBG_EXP_STACK 0x080000 /* expression stack activities */
|
#define SIM_DBG_EXP_STACK 0x080000 /* expression stack activities */
|
||||||
#define SIM_DBG_EXP_EVAL 0x100000 /* expression evaluation activities */
|
#define SIM_DBG_EXP_EVAL 0x100000 /* expression evaluation activities */
|
||||||
|
#define SIM_DBG_BRK_ACTION 0x200000 /* action activities */
|
||||||
|
#define SIM_DBG_DO 0x400000 /* do activities */
|
||||||
|
|
||||||
/* Open File Reference */
|
/* Open File Reference */
|
||||||
struct FILEREF {
|
struct FILEREF {
|
||||||
|
|
Loading…
Add table
Reference in a new issue