Fix MAX_HALT_MESSAGE (after adding 3 more). Thanks to Joe Marshall.
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 17 May 2017 21:53:11 +0000 (14:53 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 17 May 2017 21:53:11 +0000 (14:53 -0700)
src/microcode/errors.h

index 042a9a6bf36626f1094c853f118a186ec3dc7265..54ba4223051960424e8ba0120db3bcadb15a3f47 100644 (file)
@@ -269,7 +269,7 @@ USA.
 /* 0x1A */             "Backing out of non-primitive"                  \
 }
 \f
-#define MAX_HALT_MESSAGE       4
+#define MAX_HALT_MESSAGE       7
 
 #define TERM_HALT_MESSAGE_TABLE                                                \
 {                                                                      \