summaryrefslogtreecommitdiffstats
path: root/sis.h
diff options
context:
space:
mode:
authorJiri Gaisler <jiri@gaisler.se>2019-11-08 22:05:27 +0100
committerJiri Gaisler <jiri@gaisler.se>2019-11-09 11:14:15 +0100
commit7a6e198454d04ac6bf5f2009b4f693696c27e5c1 (patch)
tree291c9f146e49f7b2efcf939b780d3314e9310888 /sis.h
parentRemove unused variable xcpu (diff)
downloadsis-7a6e198454d04ac6bf5f2009b4f693696c27e5c1.tar.bz2
Support building on MinGW-W64/MSYS22.19
* Depends on MinGW64-readline to build
Diffstat (limited to 'sis.h')
-rw-r--r--sis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sis.h b/sis.h
index 04f0a6b..167e783 100644
--- a/sis.h
+++ b/sis.h
@@ -26,7 +26,7 @@
#define NWIN 8
/* Maximum events in event queue */
-#define EVENT_MAX 256
+#define MAX_EVENT 256
/* Maximum # of floating point queue */
#define FPUQN 1
@@ -233,7 +233,7 @@ extern const struct cpu_arch riscv;
#define OK 0
#define TIME_OUT 1
#define BPT_HIT 2
-#define ERROR 3
+#define ERROR_MODE 3
#define CTRL_C 4
#define WPT_HIT 5
#define NULL_HIT 6