]> Git Repo - qemu.git/commit
target/sparc: Remove unused ldl_phys from dump_mmu()
authorPeter Maydell <[email protected]>
Thu, 1 Aug 2019 18:30:11 +0000 (19:30 +0100)
committerPeter Maydell <[email protected]>
Tue, 17 Sep 2019 11:01:00 +0000 (12:01 +0100)
commit9dffeec2e003a482ca858a887d3454c6bebed91e
treee73d82145efddf6ee7f36f602ea6c583def99750
parentd86a9ad33c75ed795f09fb43243d0acecd583f24
target/sparc: Remove unused ldl_phys from dump_mmu()

The dump_mmu() function does a ldl_phys() at the start, but
then never uses the value it loads at all. Remove the
unused code.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Tested-by: Mark Cave-Ayland <[email protected]>
Message-id: 20190801183012[email protected]
target/sparc/mmu_helper.c
This page took 0.025595 seconds and 4 git commands to generate.