Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2017 → Rev 2018

/trunk/kernel/arch/ia32/include/asm.h
228,15 → 228,6
return v;
}
 
static inline uint64_t rdtsc(void)
{
uint64_t v;
__asm__ volatile("rdtsc\n" : "=A" (v));
return v;
}
 
/** Return current IP address */
static inline uintptr_t * get_ip()
{