Re: [PATCH] target/i386: Fixed size of constant for Windows

2021-08-12 Thread Paolo Bonzini
On 12/08/21 13:10, Lara Lazier wrote: ~0UL has 64 bits on Linux and 32 bits on Windows. Fixes: https://gitlab.com/qemu-project/qemu/-/issues/512;. Reported-by: Volker RĂ¼melin Signed-off-by: Lara Lazier --- target/i386/tcg/sysemu/misc_helper.c | 2 +- target/i386/tcg/sysemu/svm_helper.c |

[PATCH] target/i386: Fixed size of constant for Windows

2021-08-12 Thread Lara Lazier
~0UL has 64 bits on Linux and 32 bits on Windows. Fixes: https://gitlab.com/qemu-project/qemu/-/issues/512;. Reported-by: Volker RĂ¼melin Signed-off-by: Lara Lazier --- target/i386/tcg/sysemu/misc_helper.c | 2 +- target/i386/tcg/sysemu/svm_helper.c | 2 +- 2 files changed, 2 insertions(+), 2