diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/qemu/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qemu/cpu.h b/include/qemu/cpu.h index d20644bc79..ad706a6dbd 100644 --- a/include/qemu/cpu.h +++ b/include/qemu/cpu.h @@ -66,6 +66,7 @@ struct CPUState { #ifdef _WIN32 HANDLE hThread; #endif + bool thread_kicked; /* TODO Move common fields from CPUArchState here. */ }; |