Mark arm_instruction_names as const char * otherwise gcc

will hate you.
This commit is contained in:
riccardom 2009-09-16 18:57:33 +00:00
parent 857fb4f7f7
commit f8743f1412
1 changed files with 1 additions and 1 deletions

View File

@ -7800,7 +7800,7 @@ TYPE_RETOUR (*CALLTYPE NOM_TAB[4096])(PARAMETRES)={
#define TABDECL(x) #x
char* arm_instruction_names[4096] = {
const char* arm_instruction_names[4096] = {
#include "instruction_tabdef.inc"
};