diff options
Diffstat (limited to 'opcodes/w65-opc.h')
-rw-r--r-- | opcodes/w65-opc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/w65-opc.h b/opcodes/w65-opc.h index 25be2e9..cb7fdda 100644 --- a/opcodes/w65-opc.h +++ b/opcodes/w65-opc.h @@ -54,7 +54,7 @@ struct opinfo { char *name; int amode; }; -struct opinfo optable[257]={ +const struct opinfo optable[257]={ #define O_adc 1 #define O_and 2 #define O_asl 3 |