mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
cpu: Move thread_kicked to CPUState
Change field type to bool. Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
814e612eaf
commit
216fc9a44b
3 changed files with 10 additions and 6 deletions
|
@ -66,6 +66,7 @@ struct CPUState {
|
|||
#ifdef _WIN32
|
||||
HANDLE hThread;
|
||||
#endif
|
||||
bool thread_kicked;
|
||||
|
||||
/* TODO Move common fields from CPUArchState here. */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue