]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/translate.c
arm: Move gen_set_condexec() and gen_set_pc_im() up in the file
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Apr 2017 16:32:30 +0000 (17:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Apr 2017 16:39:17 +0000 (17:39 +0100)
commit4d5e8c969a74c86124fc2284ea603cc6dd3c5dfa
treeac9f3fec65a0f65b4c920f5473da356fb421c082
parent5425415ebba5fa20558e1ef25e1997a6f5ea4c7c
arm: Move gen_set_condexec() and gen_set_pc_im() up in the file

Move the utility routines gen_set_condexec() and gen_set_pc_im()
up in the file, as we will want to use them from a function
placed earlier in the file than their current location.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Message-id: 1491844419-12485-5-git-send-email-peter.maydell@linaro.org
target/arm/translate.c