2009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>
* CRT_fp8.c: Add PCC alternative to GCC-specific constructs. * CRT_fp10.c: Ditto.
This commit is contained in:
@@ -13,4 +13,8 @@
|
||||
void _fpreset (void)
|
||||
{ __asm__ ( "fninit" ) ;}
|
||||
|
||||
#if defined(__PCC__)
|
||||
void _Pragma("alias _fpreset") fpreset(void);
|
||||
#else
|
||||
void __attribute__ ((alias ("_fpreset"))) fpreset(void);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user