static and inline should came before the type of the functions

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Juan Quintela 2009-09-23 01:19:00 +02:00 committed by Blue Swirl
parent 2b321d697b
commit 86178a576b
8 changed files with 12 additions and 12 deletions

View file

@ -147,7 +147,7 @@ unsigned int PerformFIX(const unsigned int opcode)
}
static unsigned int __inline__
static __inline unsigned int
PerformComparisonOperation(floatx80 Fn, floatx80 Fm)
{
FPA11 *fpa11 = GET_FPA11();