On 6/6/23 08:49, Philippe Mathieu-Daudé wrote:
For example in translate-a64.c handle_msr_i(SVCR) calls gen_helper_set_svcr() which is declared in helper-sme.h.
The placement in helper-sme.h was not done with consideration as to which compilation units might need to use it, since that wasn't a thing at the time.
r~