On 3/23/21 9:46 AM, Claudio Fontana wrote:
this will allow us to restrict more code to TARGET_AARCH64

Signed-off-by: Claudio Fontana <cfont...@suse.de>
---
  target/arm/helper-a64.h |  2 ++
  target/arm/helper.h     |  1 -
  target/arm/arch_dump.c  | 12 +++++++-----
  target/arm/cpu.c        |  1 -
  target/arm/cpu64.c      |  4 ++++
  target/arm/tcg/helper.c | 13 +++++++++++--
  6 files changed, 24 insertions(+), 9 deletions(-)

diff --git a/target/arm/helper-a64.h b/target/arm/helper-a64.h
index c139fa81f9..342f55d577 100644
--- a/target/arm/helper-a64.h
+++ b/target/arm/helper-a64.h
@@ -119,3 +119,5 @@ DEF_HELPER_FLAGS_2(st2g_stub, TCG_CALL_NO_WG, void, env, 
i64)
  DEF_HELPER_FLAGS_2(ldgm, TCG_CALL_NO_WG, i64, env, i64)
  DEF_HELPER_FLAGS_3(stgm, TCG_CALL_NO_WG, void, env, i64, i64)
  DEF_HELPER_FLAGS_3(stzgm_tags, TCG_CALL_NO_WG, void, env, i64, i64)
+
+DEF_HELPER_FLAGS_2(rebuild_hflags_a64, TCG_CALL_NO_RWG, void, env, int)

I'm certain this has nothing to do with arch_dump.
Split your patches.


r~

Reply via email to