mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 23:39:20 +00:00
Change "GetMillisecondsSinceClassCreation" to "GetNanosecondsSinceClassCreation"
This commit is contained in:
@ -55,7 +55,7 @@ namespace Time
|
||||
#endif
|
||||
}
|
||||
|
||||
uint64_t TimeStampCounter::GetMillisecondsSinceClassCreation()
|
||||
uint64_t TimeStampCounter::GetNanosecondsSinceClassCreation()
|
||||
{
|
||||
#if defined(a86)
|
||||
return (this->GetCounter() - this->ClassCreationTime) / this->clk;
|
||||
|
Reference in New Issue
Block a user