projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9bd3d7
)
target/mips: Remove consecutive CONFIG_USER_ONLY ifdefs
author
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Sun, 13 Dec 2020 16:36:01 +0000
(17:36 +0100)
committer
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000
(17:13 +0100)
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>
target/mips/helper.c
patch
|
blob
|
history
diff --git
a/target/mips/helper.c
b/target/mips/helper.c
index 92bd3fb8550075dc8597697435a6f83800c59e42..cfb6d82fd338049a11c3621ad7d3d0c02c5777ae 100644
(file)
--- 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)
/*