X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=sim%2Fucsim%2Fstypes.h;h=70f86494e5b9e5cdd6ec941b3d96f7cf1f8100c0;hb=a1e56892f56d7767259b05a29f1c1805fbdf8f54;hp=543b671cb00b7cfa601bb01698c1c6a608980594;hpb=8c8f34ff4281a55d2f535335c02999246e9e12f2;p=fw%2Fsdcc diff --git a/sim/ucsim/stypes.h b/sim/ucsim/stypes.h index 543b671c..70f86494 100644 --- a/sim/ucsim/stypes.h +++ b/sim/ucsim/stypes.h @@ -105,13 +105,6 @@ enum mem_class MEM_TYPES }; -// Flags of consoles -#define CONS_NONE 0 -#define CONS_DEBUG 0x01 // Print debug messages on this console -#define CONS_FROZEN 0x02 // Console is frozen (g command issued) -#define CONS_PROMPT 0x04 // Prompt is out, waiting for input -#define CONS_INTERACTIVE 0x08 // Interactive console - // States of simulator #define SIM_NONE 0 #define SIM_GO 0x01 // Processor is running