mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
b3310ab338
commit
0ea8cb8895
9 changed files with 11 additions and 14 deletions
|
@ -135,7 +135,7 @@ void lm32_debug_excp_handler(CPULM32State *env)
|
|||
if (check_watchpoints(env)) {
|
||||
raise_exception(env, EXCP_WATCHPOINT);
|
||||
} else {
|
||||
cpu_resume_from_signal(env, NULL);
|
||||
cpu_resume_from_signal(cs, NULL);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue