[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v5 09/33] target-arm: add macros to access banke
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH v5 09/33] target-arm: add macros to access banked registers |
Date: |
Tue, 7 Oct 2014 07:54:35 +0100 |
On 7 October 2014 05:02, Greg Bellows <address@hidden> wrote:
> Right, we need the macros to do string concatenation so they have to be
> macros. That combination occurs 3 times from a quick look. I agree that it
> may be cumbersome to try and invent a name.
>
> Anything to do on this?
Make USE_SECURE_REG into an inline function (with a
decapitalised name), leave the rest.
-- PMM