]> xenbits.xensource.com Git - qemu-xen.git/commit
tcg/aarch64: Use 'ull' suffix to force 64-bit constant
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 29 Mar 2022 22:56:49 +0000 (16:56 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 31 Mar 2022 17:03:59 +0000 (11:03 -0600)
commit7ceee3a19b31818e6f7c8e429e25b219aefa8dd6
treef516452876f8e37d9f3c75b7abdb59cd566f0d9b
parentcace6c6f3aca7b88afc42995f90bbefb37a0ed57
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>
tcg/aarch64/tcg-target.c.inc