mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
committed by
Peter Maydell
parent
12ae629d23
commit
d5f8252cd1
@@ -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. */
|
||||
|
||||
|
||||
@@ -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',
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user