correct __ROMCC__

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2193 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Li-Ta Lo 2006-03-13 22:00:21 +00:00
parent 71eae20b30
commit 070a1e02d0
1 changed files with 1 additions and 1 deletions

View File

@ -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;