|
From: | Christian Borntraeger |
Subject: | Re: [PATCH v3 1/1] vl/s390x: fixup ram sizes for compat machines |
Date: | Thu, 2 Apr 2020 12:32:05 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 |
On 02.04.20 12:27, Cornelia Huck wrote: >> We could simply do an u64 cast? > > Not sure if we might end up with "cast to integer of different length" > values on some platforms (that I unfortunately don't have around to > test). I hate that stuff. That kind of message should NEVER happen. the whole purpose of integer casts is to change the size and length. This message only happens when you cast from pointer to integer.
[Prev in Thread] | Current Thread | [Next in Thread] |