arch_init.h: Add QEMU_ARCH_HEXAGON
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 30 Jul 2021 10:59:44 +0000 (11:59 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 26 Aug 2021 16:02:00 +0000 (17:02 +0100)
commitcc68292e86f594142ef3770f72adccb103220716
tree9ad46839d6fdd12acc1206da75763e2bbe41ef25
parentcb2c553152d3c78eb08b1393ae074acdfd43eda9
arch_init.h: Add QEMU_ARCH_HEXAGON

When Hexagon was added we forgot to add it to the QEMU_ARCH_*
enumeration.  This doesn't cause a visible effect because at the
moment Hexagon is linux-user only and the QEMU_ARCH_* constants are
only used in softmmu, but we might as well add it in, since it's the
only architecture currently missing from the list.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Message-id: 20210730105947.28215-6-peter.maydell@linaro.org
include/sysemu/arch_init.h