Re: [PATCH for-7.0?] tcg/aarch64: Use 'ull' suffix to force 64-bit constant

2022-03-31 Thread Peter Maydell
On Wed, 30 Mar 2022 at 00:49, Richard Henderson wrote: > > Typo used only 'ul' suffix, which is still 32-bits for windows host. > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/947 > Signed-off-by: Richard Henderson > --- > tcg/aarch64/tcg-target.c.inc | 4 ++-- > 1 file changed, 2 in

Re: [PATCH for-7.0?] tcg/aarch64: Use 'ull' suffix to force 64-bit constant

2022-03-30 Thread Philippe Mathieu-Daudé
On 30/3/22 01:49, Richard Henderson wrote: Typo used only 'ul' suffix, which is still 32-bits for windows host. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/947 Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.c.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[PATCH for-7.0?] tcg/aarch64: Use 'ull' suffix to force 64-bit constant

2022-03-29 Thread Richard Henderson
Typo used only 'ul' suffix, which is still 32-bits for windows host. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/947 Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.c.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tcg/aarch64/tcg-target.c.inc