mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
fix one bug on Timer Frequency return.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1983 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a883d8c9de
commit
83b3efca13
@ -246,5 +246,5 @@ GetPerformanceCounterProperties (
|
|||||||
*EndValue = 0;
|
*EndValue = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
return PcdGet32(PcdFSBClock);
|
return (UINT64) InternalX86GetTimerFrequency (ApicBase);;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user