On 3/23/21 9:17 AM, Claudio Fontana wrote:
--- a/target/arm/tcg/sysemu/meson.build +++ b/target/arm/tcg/sysemu/meson.build @@ -1,4 +1,5 @@arm_softmmu_ss.add(when: ['CONFIG_TCG','CONFIG_SOFTMMU'], if_true: files('mte_helper.c', + 'debug_helper.c', ))
Sort the files as you add them. Otherwise, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~