mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
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:
parent
2b321d697b
commit
86178a576b
8 changed files with 12 additions and 12 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue