]> git.proxmox.com Git - mirror_qemu.git/commit - target-arm/translate.c
target-arm: Remove gen_ld64() and gen_st64()
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 23 May 2013 11:59:56 +0000 (12:59 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 26 May 2013 10:05:05 +0000 (10:05 +0000)
commit8ed1237d6401e0bd9461417b58b07e545bbc4b7e
treec00e1750e7791e1044d26f8e2b344998a9521bd5
parent39d5492a186d156d4acc306ae258d7e04f8a6c29
target-arm: Remove gen_ld64() and gen_st64()

gen_ld64() and gen_st64() are used only in one place, so just
expand them out.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-arm/translate.c