diff options
Diffstat (limited to 'include/opcode/dlx.h')
-rw-r--r-- | include/opcode/dlx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/dlx.h b/include/opcode/dlx.h index 23e3b00..e1b249f 100644 --- a/include/opcode/dlx.h +++ b/include/opcode/dlx.h @@ -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 */ |