From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 28 Oct 1995 12:32:02 -0400 From: philw@plan9.att.com philw@plan9.att.com Subject: alef fp bug on 386 Topicbox-Message-UUID: 30d8d92e-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19951028163202.8gyQMuGZRoRi63IIOhAsIzVLi1TF4TWCxIH_qYQV9XA@z> Compiler bug. This fixes it: philw-thresher% diff inst.c /n/bootes/sys/src/alef/8 498c498 < a = AFCOMD; --- > a = AFCOMF; 502c502 < a = AFCOMDP; --- > a = AFCOMFP; phil