Home
last modified time | relevance | path

Searched refs:cacheFieldName (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dm68k-dis.c651 static char *const cacheFieldName[] = { "nc", "dc", "ic", "bc" }; in print_insn_arg() local
653 (*info->fprintf_func) (info->stream, "%s", cacheFieldName[val]); in print_insn_arg()
DChangeLog-92972760 (print_insn_arg): Arrays cacheFieldName and names now const.