mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
exec: Change cpu_abort() argument to CPUState
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
bb0e627a84
commit
a47dddd734
41 changed files with 301 additions and 206 deletions
|
@ -452,7 +452,7 @@ void alpha_cpu_do_interrupt(CPUState *cs)
|
|||
}
|
||||
break;
|
||||
default:
|
||||
cpu_abort(env, "Unhandled CPU exception");
|
||||
cpu_abort(cs, "Unhandled CPU exception");
|
||||
}
|
||||
|
||||
/* Remember where the exception happened. Emulate real hardware in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue