]> Git Repo - qemu.git/commit
target/i386: Use gen_jmp_rel for DISAS_TOO_MANY
authorRichard Henderson <[email protected]>
Sat, 1 Oct 2022 14:09:29 +0000 (07:09 -0700)
committerPaolo Bonzini <[email protected]>
Tue, 11 Oct 2022 07:36:01 +0000 (09:36 +0200)
commit5f7ec6efcc4fb5cc4cd8e8f2d61504d7909dc5b9
tree59dc86e717104e72f5b9df6d9f775daf406d4f83
parent54b191de675fbaee6886600c69786ad1c5fa158e
target/i386: Use gen_jmp_rel for DISAS_TOO_MANY

With gen_jmp_rel, we may chain between two translation blocks
which may only be separated because of TB size limits.

Reviewed-by: Paolo Bonzini <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-Id: <20221001140935[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
target/i386/tcg/translate.c
This page took 0.026231 seconds and 4 git commands to generate.