Peter Maydell 037e1d009e target-arm: A64: Avoid left shifting negative integers in disas_pc_rel_addr
Shifting a negative integer left is undefined behaviour in C.
Avoid it by assembling and shifting the offset fields as
unsigned values and then sign extending as the final action.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1423233250-15853-4-git-send-email-peter.maydell@linaro.org
2015-02-13 05:46:09 +00:00
2015-02-02 16:55:10 +01:00
2015-02-06 16:11:38 +00:00
2015-02-03 13:42:40 +01:00
2015-02-03 21:37:16 +00:00
2015-02-06 17:24:22 +01:00
2015-02-10 09:27:20 +03:00
2015-02-02 16:55:11 +01:00
2015-01-07 16:16:26 +01:00
2015-02-06 14:35:52 +00:00
2015-02-05 17:16:14 +01:00
2015-02-06 17:24:22 +01:00
2015-01-22 17:41:59 +00:00
2015-01-15 10:44:13 +03:00
2015-02-06 17:24:22 +01:00
2015-01-14 10:38:57 +01:00
2015-02-10 09:27:20 +03:00

Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%