From: yhirsch Newsgroups: comp.os.msdos.djgpp Subject: fpu instructions Date: Sun, 10 Oct 1999 21:41:21 +0200 Organization: Unspecified Organization Lines: 9 Message-ID: <3800EBE0.184F5291@ibm.net> NNTP-Posting-Host: slip139-92-185-69.tel.il.ibm.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.ibm.net.il!ibm.net 939584787 20056 (none) 139.92.185.69 X-Complaints-To: postmaster AT ibm DOT net X-Mailer: Mozilla 4.03 [en] (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I use __asm__ inside some functions, and inside it, I use fpu instructions. The program doesn't work, unless I add finit at the begining of the __asm__ paragraph. Is that really necessary? Any ideas how to solve this? Yaron