mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
some code cleanups
This commit is contained in:
parent
bc277cb481
commit
2d23863d13
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ inline static uint64_t rdtsc(void)
|
|||
*
|
||||
* @return The 64 bit time stamp value
|
||||
*/
|
||||
inline static unsigned long long rdtscp(uint32_t* cpu_id)
|
||||
inline static uint64_t rdtscp(uint32_t* cpu_id)
|
||||
{
|
||||
uint32_t lo, hi;
|
||||
uint32_t id;
|
||||
|
|
Loading…
Add table
Reference in a new issue