]> Git Repo - qemu.git/commit
target-arm: Pass DisasContext* to gen_set_pc_im()
authorPeter Maydell <[email protected]>
Tue, 3 Sep 2013 19:12:06 +0000 (20:12 +0100)
committerPeter Maydell <[email protected]>
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 <[email protected]>
Message-id: 1378235544[email protected]
target-arm/translate.c
This page took 0.022678 seconds and 4 git commands to generate.