Mark arm_instruction_names as const char * otherwise gcc
will hate you.
This commit is contained in:
parent
857fb4f7f7
commit
f8743f1412
|
@ -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"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue