diff options
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h index 3e0a7e6a7..561e7b48f 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -92,7 +92,7 @@ public: | |||
| 92 | * @returns True if the emulated system is powered on, otherwise false. | 92 | * @returns True if the emulated system is powered on, otherwise false. |
| 93 | */ | 93 | */ |
| 94 | bool IsPoweredOn() const { | 94 | bool IsPoweredOn() const { |
| 95 | return cpu_cores[0] != nullptr; | 95 | return cpu_barrier && cpu_barrier->IsAlive(); |
| 96 | } | 96 | } |
| 97 | 97 | ||
| 98 | /** | 98 | /** |