summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Maydell2021-04-30 15:27:37 +0200
committerPeter Maydell2021-05-10 14:24:09 +0200
commit8e30454fed1e45d709942836f2e299c8d9b00837 (patch)
tree27ef8f6e9739cf1bbce70d15c0225d28e47790a3
parenttarget/arm: Move vfp_reg_ptr() to translate-neon.c.inc (diff)
downloadqemu-8e30454fed1e45d709942836f2e299c8d9b00837.tar.gz
qemu-8e30454fed1e45d709942836f2e299c8d9b00837.tar.xz
qemu-8e30454fed1e45d709942836f2e299c8d9b00837.zip
target/arm: Delete unused typedef
The VFPGenFixPointFn typedef is unused; delete it. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20210430132740.10391-11-peter.maydell@linaro.org
-rw-r--r--target/arm/translate.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/arm/translate.c b/target/arm/translate.c
index 095b5c509e..58cb3e8aaf 100644
--- a/target/arm/translate.c
+++ b/target/arm/translate.c
@@ -69,8 +69,6 @@ static const char * const regnames[] =
/* Function prototypes for gen_ functions calling Neon helpers. */
typedef void NeonGenThreeOpEnvFn(TCGv_i32, TCGv_env, TCGv_i32,
TCGv_i32, TCGv_i32);
-/* Function prototypes for gen_ functions for fix point conversions */
-typedef void VFPGenFixPointFn(TCGv_i32, TCGv_i32, TCGv_i32, TCGv_ptr);
/* initialize TCG globals. */
void arm_translate_init(void)