mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
tci: MAX_OPC_PARAM_IARGS is no longer used
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>
This commit is contained in:
@ -18,7 +18,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "qemu/osdep.h"
|
#include "qemu/osdep.h"
|
||||||
#include "tcg/tcg.h" /* MAX_OPC_PARAM_IARGS */
|
|
||||||
#include "exec/cpu_ldst.h"
|
#include "exec/cpu_ldst.h"
|
||||||
#include "tcg/tcg-op.h"
|
#include "tcg/tcg-op.h"
|
||||||
#include "tcg/tcg-ldst.h"
|
#include "tcg/tcg-ldst.h"
|
||||||
|
@ -197,10 +197,6 @@ static const int tcg_target_reg_alloc_order[] = {
|
|||||||
TCG_REG_R0,
|
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". */
|
/* No call arguments via registers. All will be stored on the "stack". */
|
||||||
static const int tcg_target_call_iarg_regs[] = { };
|
static const int tcg_target_call_iarg_regs[] = { };
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user