]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: raze the gen_eob* jungle
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 16 May 2024 21:29:53 +0000 (23:29 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 25 May 2024 11:28:01 +0000 (13:28 +0200)
commitf5bd6a48ee129f7bc8335ad75e18d2f88b131745
tree398cb7999694e0f6cd9998c7f61358ce8bec2e15
parentad8f2ad77eb5b78d4478f900518d832af005ad40
target/i386: raze the gen_eob* jungle

Make gen_eob take the DISAS_* constant as an argument, so that
it is not necessary to have wrappers around it.

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