mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06: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:
parent
2f6f4290e0
commit
a0939b8916
6 changed files with 129 additions and 129 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue