]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
tci: MAX_OPC_PARAM_IARGS is no longer used
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 10 Nov 2022 13:29:47 +0000 (23:29 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Jan 2023 00:20:01 +0000 (16:20 -0800)
Unused since commit 7b7d8b2d9a ("tcg/tci: Use ffi for calls").

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tci.c
tcg/tci/tcg-target.c.inc

index bdfac83492ddb57432c31b82dcae06010e72847e..05a24163d38de10f67e1841354e30ea58447c3e4 100644 (file)
--- a/tcg/tci.c
+++ b/tcg/tci.c
@@ -18,7 +18,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "tcg/tcg.h"           /* MAX_OPC_PARAM_IARGS */
 #include "exec/cpu_ldst.h"
 #include "tcg/tcg-op.h"
 #include "tcg/tcg-ldst.h"
index f3d7441e06e71146d25f43bcab4fc32ee7bc9126..c1acaa943ed9e906b42bcd43050000d69402ac23 100644 (file)
@@ -197,10 +197,6 @@ static const int tcg_target_reg_alloc_order[] = {
     TCG_REG_R0,
 };
 
-#if MAX_OPC_PARAM_IARGS != 7
-# error Fix needed, number of supported input arguments changed!
-#endif
-
 /* No call arguments via registers.  All will be stored on the "stack". */
 static const int tcg_target_call_iarg_regs[] = { };