target/arm/tcg/iwmmxt_helper: compile file twice (system, user)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-id: 20250512180502.2395029-43-pierrick.bouvier@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
Pierrick Bouvier 2025-05-12 11:04:56 -07:00 committed by Peter Maydell
parent 12ae629d23
commit d5f8252cd1
2 changed files with 5 additions and 2 deletions

View file

@ -22,7 +22,9 @@
#include "qemu/osdep.h"
#include "cpu.h"
#include "exec/helper-proto.h"
#define HELPER_H "tcg/helper.h"
#include "exec/helper-proto.h.inc"
/* iwMMXt macros extracted from GNU gdb. */

View file

@ -30,7 +30,6 @@ arm_ss.add(files(
'translate-mve.c',
'translate-neon.c',
'translate-vfp.c',
'iwmmxt_helper.c',
'm_helper.c',
'mve_helper.c',
'neon_helper.c',
@ -68,7 +67,9 @@ arm_common_ss.add(files(
arm_common_system_ss.add(files(
'hflags.c',
'iwmmxt_helper.c',
))
arm_user_ss.add(files(
'hflags.c',
'iwmmxt_helper.c',
))