]> Git Repo - qemu.git/commit
tcg/aarch64: Use 'ull' suffix to force 64-bit constant
authorRichard Henderson <[email protected]>
Tue, 29 Mar 2022 22:56:49 +0000 (16:56 -0600)
committerRichard Henderson <[email protected]>
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 <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
tcg/aarch64/tcg-target.c.inc
This page took 0.022359 seconds and 4 git commands to generate.