mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
cpu: Move running field to CPUState
Pass CPUState to cpu_exec_{start,end}() functions. Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
0d34282fdd
commit
0315c31cda
3 changed files with 24 additions and 16 deletions
|
@ -191,7 +191,6 @@ typedef struct CPUWatchpoint {
|
|||
int exception_index; \
|
||||
\
|
||||
CPUArchState *next_cpu; /* next CPU sharing TB cache */ \
|
||||
int running; /* Nonzero if cpu is currently running(usermode). */ \
|
||||
/* user data */ \
|
||||
void *opaque; \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue