Xref: news2.mv.net comp.os.msdos.djgpp:1383 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: CWSDPMI on non-386 Date: Tue, 20 Feb 1996 09:00:19 CST Organization: Rice University, Houston, Texas Lines: 6 Message-ID: <3129e203.sandmann@clio.rice.edu> References: Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > cwsdpmi.exe hangs with no message on an IBM model 30/286. Yes, there's a bug in the jump statement after detection - it uses a conditional long jump for the 386+ case, but this nukes the pre 386 systems. Sigh. I even tested it on an XT sometime back, but must have broken it. Oh well, next release, sorry.