target/i386: Direct call get_hphys from mmu_translate
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 2 Oct 2022 17:29:49 +0000 (10:29 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Oct 2022 11:58:04 +0000 (13:58 +0200)
commite4ddff5262422257eadbd09bec30e2cc81613835
treecbb5d4cb37c3d1e60f9b1ce459c6e8eb83bcbf2f
parent487d11333ae9797bd9b33b1827f9830d970e48f8
target/i386: Direct call get_hphys from mmu_translate

Use a boolean to control the call to get_hphys instead
of passing a null function pointer.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20221002172956.265735-3-richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/sysemu/excp_helper.c