]> git.proxmox.com Git - qemu.git/commit
target-arm: Pass DisasContext* to gen_set_pc_im()
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 3 Sep 2013 19:12:06 +0000 (20:12 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Sep 2013 18:11:28 +0000 (19:11 +0100)
commiteaed129deaea393640cf6bff006cd5cec3b38d8f
tree7539f84d01c1a674c2f0b97ff4d5c0e169971f7b
parent0a2461fa49e4d2aeb846390e1eb1bdb9e8196ca4
target-arm: Pass DisasContext* to gen_set_pc_im()

We want gen_set_pc_im() to work for both AArch64 and AArch32, but
to do this we'll need the DisasContext* so we can tell which mode
we're in, so pass it in as a parameter.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1378235544-22290-7-git-send-email-peter.maydell@linaro.org
target-arm/translate.c