qemu-stable
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 05/12] target/s390x: Fix LRA overwriting the top 32 bits on D


From: Richard Henderson
Subject: Re: [PATCH 05/12] target/s390x: Fix LRA overwriting the top 32 bits on DAT error
Date: Tue, 4 Jul 2023 10:06:57 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 7/4/23 10:05, Ilya Leoshkevich wrote:
+        ret = (r1 & 0xFFFFFFFF00000000) | exc | 0x80000000;

ull missing for large constant?

Will do.

Just for my understanding, why is this necessary?

32-bit host; you'll get a warning for the large constant.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]