compile fix(linux)?\024

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4467 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2009-10-25 16:38:06 +00:00
parent 04a0e630db
commit 1adc944115
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ inline double ForceSingle(double _x)
IntDouble single; IntDouble single;
single.d = _x; single.d = _x;
single.i &= 0xFFFFFFFFE0000000; single.i &= 0xFFFFFFFFE0000000ULL;
return single.d; return single.d;
} }