Subversion Repositories Kolibri OS

Rev

Rev 548 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 548 Rev 702
Line 268... Line 268...
268
#elif defined( __NT__ )
268
#elif defined( __NT__ )
Line 269... Line 269...
269
 
269
 
270
void __chk8087( void )
270
void __chk8087( void )
271
/********************/
271
/********************/
272
{
272
{
273
    _RWD_real87 = 3;    //387+     ;    //__x87id();
273
    _RWD_real87 = __x87id();
274
    _RWD_8087 = _RWD_real87;
274
    _RWD_8087 = _RWD_real87;
275
    __init_8087();
275
    __init_8087();
Line 276... Line 276...
276
}
276
}