linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN()
commit7d9a3d96f57dfed441622ebb9d1516473d51f919
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 14 Dec 2020 00:32:11 +0000 (14 01:32 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 17 Dec 2020 09:34:59 +0000 (17 10:34 +0100)
tree7b1a69e4ee87ec080988905dc88bc996bcced60a
parent6dd97bfc1fd4453c4855109dd508a78617527a6e
linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN()

We want to add macros similar to GET_FEATURE().
As this one use the 'insn_flags' field, rename it
GET_FEATURE_INSN().

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20201214003215.344522-3-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/elfload.c