target/tricore: Rename tricore_feature
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Fri, 21 Jul 2023 06:06:05 +0000 (08:06 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 25 Jul 2023 14:18:51 +0000 (17:18 +0300)
commit8c0e8ed327c8ff7b48a5f2b7f5295c0541fcdbf4
treec521f94ea78d813f2bf18ad97fd06287d28687ae
parent28cbbdd28e2979dbf9768a70754550b8e377fcc4
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: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/tricore/cpu.c
target/tricore/cpu.h
target/tricore/helper.c
target/tricore/op_helper.c