qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC v12 52/65] target/arm: make is_aa64 and arm_el_is_aa64 a macro


From: Richard Henderson
Subject: Re: [RFC v12 52/65] target/arm: make is_aa64 and arm_el_is_aa64 a macro for !TARGET_AARCH64
Date: Sun, 28 Mar 2021 12:31:25 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 3/26/21 1:36 PM, Claudio Fontana wrote:
+#define is_a64(env) (false)
...
+#define arm_el_is_aa64(env, el) (false)

Late reply to the v11 thread: 'use" the arguments here by casting them to void. Then you don't need the other changes you make merely to avoid unused variables.


r~



reply via email to

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