From 831893aac781468fda1a3c87db9d9f3fb1da9bc0 Mon Sep 17 00:00:00 2001 From: riccardom Date: Wed, 16 Sep 2009 19:27:07 +0000 Subject: [PATCH] This one want to be constified too. --- desmume/src/thumb_instructions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/thumb_instructions.cpp b/desmume/src/thumb_instructions.cpp index 1431d78b1..f78ecc0bb 100644 --- a/desmume/src/thumb_instructions.cpp +++ b/desmume/src/thumb_instructions.cpp @@ -1005,7 +1005,7 @@ TYPE_RETOUR (* CALLTYPE NOM_THUMB_TAB[1024])(PARAMETRES)={ #define TABDECL(x) #x -char* thumb_instruction_names[1024] = { +const char* thumb_instruction_names[1024] = { #include "thumb_tabdef.inc" };