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~