aboutsummaryrefslogtreecommitdiff
path: root/target/mips
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-12-13 17:36:01 +0100
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-01-14 17:13:53 +0100
commit2be565f9c2f8c2a1eb40efb86175e9f0c76761a4 (patch)
treef478872131188c337a2350b5e3cc3b67618ae985 /target/mips
parentf9bd3d79f4f636ea9c9ce6dd2b6ad71b776458d6 (diff)
downloadqemu-2be565f9c2f8c2a1eb40efb86175e9f0c76761a4.zip
qemu-2be565f9c2f8c2a1eb40efb86175e9f0c76761a4.tar.gz
qemu-2be565f9c2f8c2a1eb40efb86175e9f0c76761a4.tar.bz2
target/mips: Remove consecutive CONFIG_USER_ONLY ifdefs
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20201214183739.500368-5-f4bug@amsat.org>
Diffstat (limited to 'target/mips')
-rw-r--r--target/mips/helper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/mips/helper.c b/target/mips/helper.c
index 92bd3fb..cfb6d82 100644
--- a/target/mips/helper.c
+++ b/target/mips/helper.c
@@ -552,9 +552,7 @@ hwaddr mips_cpu_get_phys_page_debug(CPUState *cs, vaddr addr)
}
return phys_addr;
}
-#endif /* !CONFIG_USER_ONLY */
-#if !defined(CONFIG_USER_ONLY)
#if !defined(TARGET_MIPS64)
/*