From: Aleksey Demakov Date: Mon, 11 May 2009 13:03:43 +0000 (+0000) Subject: increase messages array size X-Git-Tag: before.move.to.git~2 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=501d832e3c39ec7ceb29972090a36d0bddf8d6d9;p=francis%2Flibjit.git increase messages array size --- 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)",