mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
tcg: Drop support for two address registers in gen_ldst
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
f441b4d19b
commit
a0ecb8e494
2 changed files with 4 additions and 21 deletions
|
@ -1690,9 +1690,7 @@ void tcg_func_start(TCGContext *s)
|
|||
s->emit_before_op = NULL;
|
||||
QSIMPLEQ_INIT(&s->labels);
|
||||
|
||||
tcg_debug_assert(s->addr_type == TCG_TYPE_I32 ||
|
||||
s->addr_type == TCG_TYPE_I64);
|
||||
|
||||
tcg_debug_assert(s->addr_type <= TCG_TYPE_REG);
|
||||
tcg_debug_assert(s->insn_start_words > 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue