]> Git Repo - qemu.git/commit
target-arm/translate.c: Don't pass CPUARMState * to disas_arm_insn()
authorPeter Maydell <[email protected]>
Tue, 28 Oct 2014 19:24:04 +0000 (19:24 +0000)
committerPeter Maydell <[email protected]>
Tue, 4 Nov 2014 12:05:11 +0000 (12:05 +0000)
commitf4df22102a0081ff1bd0df4cb5552411e410eb3e
tree196ea2f603a5e7fe9f5f2f8bbe4fe89c69ba2c03
parent7dcc1f894d6c50b4f20ce3d2e9c1a90165bc85af
target-arm/translate.c: Don't pass CPUARMState * to disas_arm_insn()

Refactor to avoid passing a CPUARMState * to disas_arm_insn(). To do this
we move the "read insn from memory" code to the callsite and pass the
insn to the function instead.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Alex BennĂ©e <[email protected]>
Message-id: 1414524244[email protected]
Reviewed-by: Claudio Fontana <[email protected]>
target-arm/translate.c
This page took 0.023922 seconds and 4 git commands to generate.