OSDN Git Service

target/tricore: Rename tricore_feature
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Fri, 21 Jul 2023 06:06:05 +0000 (08:06 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 25 Jul 2023 12:42:00 +0000 (14:42 +0200)
commitf8cfdd2038c1823301e6df753242e465b1dc8539
treef2b5cea90734651d2ef26d28ddb356eb2518c628
parentca4d5d862df43630381647552725eaf1099033b8
target/tricore: Rename tricore_feature

this name is used by capstone and will lead to a build failure of QEMU,
when capstone is enabled. So we rename it to tricore_has_feature(), to
match has_feature() in translate.c.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1774
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230721060605.76636-1-kbastian@mail.uni-paderborn.de>
target/tricore/cpu.c
target/tricore/cpu.h
target/tricore/helper.c
target/tricore/op_helper.c