linux-user/elfload: Move GET_FEATURE macro out of get_elf_hwcap() body
commit6dd97bfc1fd4453c4855109dd508a78617527a6e
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 14 Dec 2020 00:32:10 +0000 (14 01:32 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 17 Dec 2020 09:34:59 +0000 (17 10:34 +0100)
tree468468b2d3fea830fdf147788b16376ae9c8d2e1
parent56d190848b9b8ecb8213835b0d2d05b243bcb5b8
linux-user/elfload: Move GET_FEATURE macro out of get_elf_hwcap() body

As we are going to add more macros, keep the function body clear.

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