[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2/2] hw/mips: use sizes.h macros
From: |
Antony Pavlov |
Subject: |
Re: [Qemu-devel] [PATCH 2/2] hw/mips: use sizes.h macros |
Date: |
Fri, 29 Nov 2013 10:06:48 +0400 |
On Thu, 28 Nov 2013 15:27:18 +0100
Andreas Färber <address@hidden> wrote:
> Am 28.11.2013 07:29, schrieb Antony Pavlov:
> > Signed-off-by: Antony Pavlov <address@hidden>
> > Reviewed-by: Richard Henderson <address@hidden>
>
> Are the int -> long changes caused by the BIT() macro usage? Otherwise I
> would've recommended to put that in a follow-up patch.
Yes, the BIT() macro give us this conversion:
#define BIT(nr) (1UL << (nr))
> But either way,
>
> Reviewed-by: Andreas Färber <address@hidden>
>
> Andreas
>
> --
> SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
> GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
--
--
Best regards,
Antony Pavlov