Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Peter Maydell <[email protected]> Message-id: [email protected]
- Loading branch information