On 8/10/25 23:55, Richard Henderson wrote:
Move cpsr_write_from_spsr_elx from tcg/helper-a64.c to
helper.c, so that it's present with --disable-tcg.
Declare both in internals.h.
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
---
target/arm/internals.h | 2 ++
target/arm/helper.c | 20 +++++++++++++++++++-
target/arm/tcg/helper-a64.c | 20 --------------------
3 files changed, 21 insertions(+), 21 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>