diff options
author | Philippe Mathieu-Daudé | 2020-12-13 17:36:01 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2021-01-14 17:13:53 +0100 |
commit | 2be565f9c2f8c2a1eb40efb86175e9f0c76761a4 (patch) | |
tree | f478872131188c337a2350b5e3cc3b67618ae985 /target/mips | |
parent | target/mips: Add !CONFIG_USER_ONLY comment after #endif (diff) | |
download | qemu-2be565f9c2f8c2a1eb40efb86175e9f0c76761a4.tar.gz qemu-2be565f9c2f8c2a1eb40efb86175e9f0c76761a4.tar.xz qemu-2be565f9c2f8c2a1eb40efb86175e9f0c76761a4.zip |
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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/mips/helper.c b/target/mips/helper.c index 92bd3fb855..cfb6d82fd3 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) /* |