]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Dummy trapfpe() for non-Linux platforms
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Oct 2002 07:23:27 +0000 (07:23 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Oct 2002 07:23:27 +0000 (07:23 +0000)
ALIROOT/fpu.c

index 421d4c2de2ecf73f6b2572508ec40a0dfe243604..88f4bc801eb1a28988a0bf03b82531c565ef0954 100644 (file)
@@ -6,4 +6,6 @@ void __attribute__ ((constructor))
                                      _FPU_MASK_OM);
   _FPU_SETCW(cw);
 }
+#else
+void trapfpe () {}
 #endif