target-arm: Fix target_ulong/uint32_t confusions
commit0a2461fa49e4d2aeb846390e1eb1bdb9e8196ca4
authorAlexander Graf <agraf@suse.de>
Tue, 3 Sep 2013 19:12:05 +0000 (3 20:12 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Sep 2013 18:11:28 +0000 (10 19:11 +0100)
tree33aaabdc71999324967c82ecf98d95e54a992bef
parent3407ad0e7a6f04905fc6a8ea72be03553e777988
target-arm: Fix target_ulong/uint32_t confusions

Correct a few places that were using uint32_t or a 32 bit
only format string to handle something that should be a target_ulong.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: John Rigby <john.rigby@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1378235544-22290-6-git-send-email-peter.maydell@linaro.org
[PMM: split out to separate patch; added gen_goto_tb() and
gen_set_pc_im() dest params to list of things to change.]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu.h
target-arm/translate.c