mirror of https://github.com/libsdl-org/SDL.git
SDL_mslibc.c: revert PR/10303 changes
This commit is contained in:
parent
5d1ca1c8c7
commit
2cb2897e50
|
|
@ -120,12 +120,12 @@ localexit:
|
||||||
/* *INDENT-ON* */
|
/* *INDENT-ON* */
|
||||||
}
|
}
|
||||||
|
|
||||||
void _ftol2_sse(void)
|
void _ftol2_sse()
|
||||||
{
|
{
|
||||||
_ftol();
|
_ftol();
|
||||||
}
|
}
|
||||||
|
|
||||||
void _ftol2(void)
|
void _ftol2()
|
||||||
{
|
{
|
||||||
_ftol();
|
_ftol();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue