]> git.proxmox.com Git - qemu.git/commit
tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 27 Sep 2012 13:55:43 +0000 (14:55 +0100)
committerStefan Hajnoczi <stefanha@gmail.com>
Fri, 5 Oct 2012 12:12:36 +0000 (14:12 +0200)
commitf97713ff191ab855ca5c03458f8dab0c9bf58443
tree2550d5dcad139f92e6e8715d0ceac805f0bb0a16
parentb2532d88c9eb4f4734f62d5075585ee8c1516605
tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code

Use the recently introduced tcg_out_mov_reg() function rather than
the equivalent inline code.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
tcg/arm/tcg-target.c