make sure exceptions are masked

This commit is contained in:
Bill Currie 2002-06-03 06:15:59 +00:00
parent ad08ff7492
commit 5f3f4b6f69
2 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@ int Sys_TimeID (void);
void Sys_LowFPPrecision (void);
void Sys_HighFPPrecision (void);
void Sys_SetFPCW (void);
void MaskExseptions (void);
// send text to the console

View File

@ -66,6 +66,7 @@ qboolean isDedicated = false;
void
Sys_Init (void)
{
MaskExceptions ();
#ifdef USE_INTEL_ASM
Sys_SetFPCW ();
#endif