target/i386: Merge gen_jmp_tb and gen_goto_tb into gen_jmp_rel
commit900cc7e53679cbd70c8d5b718fc29873f77a0967
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Oct 2022 14:09:31 +0000 (1 07:09 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 11 Oct 2022 07:36:01 +0000 (11 09:36 +0200)
tree05cfc8b5d758556ef6d7777a5beca69b27828612
parent0ebacb5d1e6c73365dd9d8435d4014fe0e326308
target/i386: Merge gen_jmp_tb and gen_goto_tb into gen_jmp_rel

These functions have only one caller, and the logic is more
obvious this way.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20221001140935.465607-23-richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/translate.c