mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00
user: Forward declare target_cpu_copy_regs structure
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212185341.2857-16-philmd@linaro.org>
This commit is contained in:
parent
f47dcf519d
commit
fb5c28e195
18 changed files with 21 additions and 18 deletions
|
@ -27,5 +27,8 @@ void target_exception_dump(CPUArchState *env, const char *fmt, int code);
|
|||
#define EXCP_DUMP(env, fmt, code) \
|
||||
target_exception_dump(env, fmt, code)
|
||||
|
||||
void target_cpu_copy_regs(CPUArchState *env, struct target_pt_regs *regs);
|
||||
typedef struct target_pt_regs target_pt_regs;
|
||||
|
||||
void target_cpu_copy_regs(CPUArchState *env, target_pt_regs *regs);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue