From 501d832e3c39ec7ceb29972090a36d0bddf8d6d9 Mon Sep 17 00:00:00 2001 From: Aleksey Demakov Date: Mon, 11 May 2009 13:03:43 +0000 Subject: [PATCH] increase messages array size --- jit/jit-except.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jit/jit-except.c b/jit/jit-except.c index afd1461..39649f7 100644 --- a/jit/jit-except.c +++ b/jit/jit-except.c @@ -211,7 +211,7 @@ void jit_exception_builtin(int exception_type) { jit_exception_func handler; void *object; - static const char * const messages[10] = { + static const char * const messages[11] = { "Success", "Overflow during checked arithmetic operation", "Arithmetic exception (dividing the minimum integer by -1)", -- 2.47.3