On 02/04/2020 03:58 AM, andy pugh wrote:
On Tue, 4 Feb 2020 at 04:04, Jon Elson <[email protected]> wrote:

I think it is better to use uint32_t and uint64_t and-or
int32_t and int64_t so that you get the exact same integer
length no matter the kernel and libraries.
I don't think that there is any point sign-extending uint32, so the
type you want to replace that long is int32 (or possibly hal_s32_t)
Completely right. This is a SIGNED variable, so hal_s32_t would be the simple fix.
Or hal_s64_t for a slightly better solution.

Jon


_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to