mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-24 13:06:29 -05:00
Adress Feedback.
This commit is contained in:
@@ -89,7 +89,6 @@ u64 NativeClock::GetRTSC() {
|
||||
new_time_point.inner.accumulated_ticks = current_time_point.inner.accumulated_ticks + diff;
|
||||
} while (!Common::AtomicCompareAndSwap(time_point.pack.data(), new_time_point.pack,
|
||||
current_time_point.pack, current_time_point.pack));
|
||||
/// The clock cannot be more precise than the guest timer, remove the lower bits
|
||||
return new_time_point.inner.accumulated_ticks;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user