[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add missing cast in compile-time byteswaps
From: |
Daniel Kiper |
Subject: |
Re: [PATCH] Add missing cast in compile-time byteswaps |
Date: |
Mon, 3 Jun 2024 18:33:04 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Thu, May 16, 2024 at 10:22:58PM +0300, Vladimir Serbinenko wrote:
> Without them 0x80LL is 32-bit byte-swapped to 0xffffffff80000000 instead
> of correct 0x80000000
>
> Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Daniel
- Re: [PATCH] Add missing cast in compile-time byteswaps,
Daniel Kiper <=