Auxilary scripts for formatting all components
All checks were successful
Build documentation / build-and-deploy (push) Successful in 44s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 44s
This commit is contained in:
@@ -60,7 +60,7 @@ void amd64_hpet_sleep_micro (uint64_t us) {
|
||||
|
||||
uint64_t start = amd64_hpet_timestamp ();
|
||||
uint64_t target_fs = us * 1000000000ULL;
|
||||
|
||||
|
||||
for (;;) {
|
||||
uint64_t current = amd64_hpet_timestamp ();
|
||||
uint64_t dt = current - start;
|
||||
|
||||
Reference in New Issue
Block a user