[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] 7ceee3: tcg/aarch64: Use 'ull' suffix to forc
From: |
Peter Maydell |
Subject: |
[Qemu-commits] [qemu/qemu] 7ceee3: tcg/aarch64: Use 'ull' suffix to force 64-bit cons... |
Date: |
Thu, 31 Mar 2022 13:02:25 -0700 |
Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: 7ceee3a19b31818e6f7c8e429e25b219aefa8dd6
https://github.com/qemu/qemu/commit/7ceee3a19b31818e6f7c8e429e25b219aefa8dd6
Author: Richard Henderson <richard.henderson@linaro.org>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M tcg/aarch64/tcg-target.c.inc
Log Message:
-----------
tcg/aarch64: Use 'ull' suffix to force 64-bit constant
Typo used only 'ul' suffix, which is still 32-bits for windows host.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/947
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Commit: d5341e09135b871199073572f53bc11ae9b44897
https://github.com/qemu/qemu/commit/d5341e09135b871199073572f53bc11ae9b44897
Author: Peter Maydell <peter.maydell@linaro.org>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M tcg/aarch64/tcg-target.c.inc
Log Message:
-----------
Merge tag 'pull-tcg-20220331' of https://gitlab.com/rth7680/qemu into staging
Fix tcg/aarch64 buglet for Windows on ARM host (#947).
# gpg: Signature made Thu 31 Mar 2022 18:05:46 BST
# gpg: using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F
# gpg: issuer "richard.henderson@linaro.org"
# gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>"
[full]
# Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A 05C0 64DF 38E8 AF7E 215F
* tag 'pull-tcg-20220331' of https://gitlab.com/rth7680/qemu:
tcg/aarch64: Use 'ull' suffix to force 64-bit constant
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Compare: https://github.com/qemu/qemu/compare/cace6c6f3aca...d5341e09135b