--- hatari/src/uae-cpu/readcpu.h 2019/04/01 07:13:14 1.1.1.4 +++ hatari/src/uae-cpu/readcpu.h 2019/04/01 07:13:49 1.1.1.5 @@ -41,7 +41,9 @@ ENUMDECL { i_PACK, i_UNPK, i_TAS, i_BKPT, i_CALLM, i_RTM, i_TRAPcc, i_MOVES, i_FPP, i_FDBcc, i_FScc, i_FTRAPcc, i_FBcc, i_FSAVE, i_FRESTORE, i_CINVL, i_CINVP, i_CINVA, i_CPUSHL, i_CPUSHP, i_CPUSHA, i_MOVE16, - i_MMUOP + i_MMUOP, + + MAX_OPCODE_FAMILY /* should always be last of the list */ } ENUMNAME (instrmnem); extern const struct mnemolookup {