Skip to content
Snippets Groups Projects
Commit c2ebd862 authored by Peter Maydell's avatar Peter Maydell
Browse files

target-arm: A64: Avoid signed shifts in disas_ldst_pair()


Avoid shifting potentially negative signed offset values in
disas_ldst_pair() by keeping the offset in a uint64_t rather
than an int64_t.

Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Message-id: 1423233250-15853-5-git-send-email-peter.maydell@linaro.org
parent 037e1d00
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment