Message-Id: <9712130106.AA29238@gcef.gc.maricopa.edu> Date: Fri, 12 Dec 1997 18:06:28 -0700 (MST) From: "Joshua James Turpen" <44699 AT ef DOT gc DOT maricopa DOT edu> To: djgpp AT delorie DOT com Subject: Re: Win95 and __djgpp_hw_exception... Bug located! Precedence: bulk Ok, I've found the bug that's been causing me problems in Win95. This bug is in the latest version of DJGPP, so it should be fixed as soon as possible. Line 113 in the file exceptn.S currently reads: andb $0xfe, %ah /* Clear trace flag */ It should be changed to: andb $0xfc, %ah /* Clear trace and int flag */ The old v2.0r1 that I had on floppy disks had the working version. Why was it changed in the later versions? Charles? Josh 44699 AT ef DOT gc DOT maricopa DOT edu