qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH v4 02/30] target/arm: Rename TBFLAG_A32, SCTLR_B


From: Richard Henderson
Subject: Re: [PATCH v4 02/30] target/arm: Rename TBFLAG_A32, SCTLR_B
Date: Mon, 19 Apr 2021 11:19:33 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/19/21 10:03 AM, Peter Maydell wrote:
On Fri, 16 Apr 2021 at 20:00, Richard Henderson
<richard.henderson@linaro.org> wrote:

We're about to rearrange the macro expansion surrounding tbflags,
and this field name will be expanded using the bit definition of
the same name, resulting in a token pasting error.

So SCTLR_B -> SCTLR__B in the 3 uses, and document it.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>

The new name is kinda ugly.

Suggestions?


r~



reply via email to

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