mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
linux-user: Have do_syscall() use CPUArchState* instead of void*
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220509205728.51912-3-philippe.mathieu.daude@gmail.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
committed by
Laurent Vivier
parent
2f6f4290e0
commit
a0939b8916
@@ -28,7 +28,7 @@
|
||||
* NB: the default emulated CPU ("any") might not match any existing CPU, e.g.
|
||||
* on ARM it has all features turned on, so there is no perfect arch string to
|
||||
* return here */
|
||||
const char *cpu_to_uname_machine(void *cpu_env)
|
||||
const char *cpu_to_uname_machine(CPUArchState *cpu_env)
|
||||
{
|
||||
#if defined(TARGET_ARM) && !defined(TARGET_AARCH64)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user