--- hatari/src/uae-cpu/readcpu.c 2019/04/01 07:12:19 1.1.1.5 +++ hatari/src/uae-cpu/readcpu.c 2019/04/01 07:13:12 1.1.1.6 @@ -10,7 +10,7 @@ * This file is distributed under the GNU Public License, version 2 or at * your option any later version. Read the file gpl.txt for details. */ -char ReadCpu_rcsid[] = "Hatari $Id: readcpu.c,v 1.1.1.5 2019/04/01 07:12:19 root Exp $"; +const char ReadCpu_rcsid[] = "Hatari $Id: readcpu.c,v 1.1.1.6 2019/04/01 07:13:12 root Exp $"; #include #include @@ -19,7 +19,7 @@ char ReadCpu_rcsid[] = "Hatari $Id: read int nr_cpuop_funcs; -struct mnemolookup lookuptab[] = { +const struct mnemolookup lookuptab[] = { { i_ILLG, "ILLEGAL" }, { i_OR, "OR" }, { i_CHK, "CHK" },