0.8.3.69:
[sbcl.git] / src / runtime / ppc-linux-os.c
index abd7c0f..f4fe13c 100644 (file)
@@ -103,7 +103,12 @@ os_restore_fp_control(os_context_t *context)
        FLOAT_TRAPS_BYTE_MASK;
     
     d = *((double *) &control);
+    /* Hmp.  Apparently the following doesn't work either:
+       
     asm volatile ("mtfsf 0xff,%0" : : "f" (d));
+
+    causing segfaults at the first GC.
+    */
 }
 
 void