mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Add static qualifier to local functions
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6436 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
5e10fc904e
commit
947f5fcbde
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ ldexpl(long double x, int n) {
|
|||
#if defined(_ARCH_PPC)
|
||||
|
||||
/* correct (but slow) PowerPC rint() (glibc version is incorrect) */
|
||||
double qemu_rint(double x)
|
||||
static double qemu_rint(double x)
|
||||
{
|
||||
double y = 4503599627370496.0;
|
||||
if (fabs(x) >= y)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue