This one want to be constified too.
This commit is contained in:
parent
2be3bc944c
commit
831893aac7
|
@ -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"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue