HostTiming: Pause the hardware clock on pause.
This commit is contained in:
parent
6bf137a0e8
commit
18dcb09342
7 changed files with 23 additions and 1 deletions
|
@ -137,8 +137,8 @@ struct System::Impl {
|
|||
ResultStatus Pause() {
|
||||
status = ResultStatus::Success;
|
||||
|
||||
kernel.Suspend(true);
|
||||
core_timing.SyncPause(true);
|
||||
kernel.Suspend(true);
|
||||
cpu_manager.Pause(true);
|
||||
|
||||
return status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue