correct __ROMCC__
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2193 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
71eae20b30
commit
070a1e02d0
|
@ -17,7 +17,7 @@ static tsc_t rdtsc(void)
|
|||
return res;
|
||||
}
|
||||
|
||||
#ifndef ROMCC
|
||||
#ifndef __ROMCC__
|
||||
static inline unsigned long long rdtscll(void)
|
||||
{
|
||||
unsigned long long val;
|
||||
|
|
Loading…
Reference in New Issue