]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
increase messages array size
authorAleksey Demakov <ademakov@gmail.com>
Mon, 11 May 2009 13:03:43 +0000 (13:03 +0000)
committerAleksey Demakov <ademakov@gmail.com>
Mon, 11 May 2009 13:03:43 +0000 (13:03 +0000)
jit/jit-except.c

index afd1461173a98a1706bf6bff48cf4f643f85be1d..39649f71a742040a2c5f2bed281640970edad7e0 100644 (file)
@@ -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)",