* a29k.h: Replace CONST with const.
(CONST): Don't define. * convex.h: Replace CONST with const. (CONST): Don't define. * dlx.h: Replace CONST with const. * or32.h (CONST): Don't define.
This commit is contained in:
@ -163,7 +163,7 @@ struct dlx_opcode
|
||||
char *args;
|
||||
};
|
||||
|
||||
static CONST struct dlx_opcode dlx_opcodes[] =
|
||||
static const struct dlx_opcode dlx_opcodes[] =
|
||||
{
|
||||
/* Arithmetic and Logic R-TYPE instructions. */
|
||||
{ "nop", (ALUOP|NOPF), "N" }, /* NOP */
|
||||
|
Reference in New Issue
Block a user