OSDN Git Service

accel/tcg: Fix cpu_ldq_be_mmu typo
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 15 Mar 2022 00:25:06 +0000 (17:25 -0700)
committerThomas Huth <thuth@redhat.com>
Wed, 16 Mar 2022 07:43:10 +0000 (08:43 +0100)
commit46697cb96e1cc6c3f1edbe572cee1ce9ac97cc58
tree216591a6b3e9b34068f74424db615716a5175fe3
parent5e2d19b3cd18184dde9a4793c3fbd8283ebffdfc
accel/tcg: Fix cpu_ldq_be_mmu typo

In the conversion to cpu_ld_*_mmu, the retaddr parameter
was corrupted in the one case of cpu_ldq_be_mmu.

Fixes: f83bcecb1 ("accel/tcg: Add cpu_{ld,st}*_mmu interfaces")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/902
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220315002506.152030-1-richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
accel/tcg/cputlb.c