qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 5/5] target/arm: Add support for missing Jazelle system re


From: Peter Maydell
Subject: Re: [PATCH v2 5/5] target/arm: Add support for missing Jazelle system registers
Date: Fri, 6 Dec 2019 13:56:50 +0000

On Mon, 2 Dec 2019 at 15:58, Richard Henderson
<address@hidden> wrote:
>
> On 12/1/19 12:20 PM, Marc Zyngier wrote:
> > +    if (cpu_isar_feature(jazelle, cpu)) {
> > +        ARMCPRegInfo jazelle_regs[] = {
>
> static const.

If this can be static const we should just declare it
at file scope. The only arrays we put inline in this
function are the ones which need some non-const
fields.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]