From 59414222c4beb22fc1327d00820c6d91d8d50613 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Wed, 17 May 2017 14:53:11 -0700 Subject: [PATCH] Fix MAX_HALT_MESSAGE (after adding 3 more). Thanks to Joe Marshall. --- src/microcode/errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microcode/errors.h b/src/microcode/errors.h index 042a9a6bf..54ba42230 100644 --- a/src/microcode/errors.h +++ b/src/microcode/errors.h @@ -269,7 +269,7 @@ USA. /* 0x1A */ "Backing out of non-primitive" \ } -#define MAX_HALT_MESSAGE 4 +#define MAX_HALT_MESSAGE 7 #define TERM_HALT_MESSAGE_TABLE \ { \ -- 2.25.1