mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
linux-user: Move init_guest_commpage to arm/elfload.c
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ const char *elf_hwcap_str(uint32_t bit);
|
||||
const char *elf_hwcap2_str(uint32_t bit);
|
||||
const char *get_elf_platform(CPUState *cs);
|
||||
const char *get_elf_base_platform(CPUState *cs);
|
||||
#if defined(TARGET_X86_64)
|
||||
#if defined(TARGET_X86_64) || defined(TARGET_ARM)
|
||||
bool init_guest_commpage(void);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user