fix a warning for coldfire
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14779 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1be7314b39
commit
4d853fff2f
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,8 @@ static inline int32_t fixmul32(int32_t x, int32_t y)
|
|||
);
|
||||
return x;
|
||||
}
|
||||
|
||||
fixed32 fixmul32b(fixed32 x, fixed32 y);
|
||||
#else
|
||||
|
||||
fixed32 fixmul32(fixed32 x, fixed32 y);
|
||||
|
|
Loading…
Reference in a new issue