[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] arm: Add const attribute to function parameter
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH] arm: Add const attribute to function parameter |
Date: |
Wed, 15 Jun 2011 23:37:54 +0100 |
On 15 June 2011 22:22, Stefan Weil <address@hidden> wrote:
> Parameter 'info' is const, so add the missing
> attribute.
>
> Cc: Andrzej Zaborowski <address@hidden>
> Signed-off-by: Stefan Weil <address@hidden>
You could take this a step further and add 'const' to
the local variable info in do_cpu_reset() and also
to the boot_info field in CPUARMState.
-- PMM