Mail Archives: djgpp-workers/1996/08/08/03:36:09
On Thu, 8 Aug 1996, Bill Currie wrote:
> I *THINK* i may have figured out why doing a cli under windows makes all further
> interrupts masked when running under windows. I was thinking that maybe windows
> has a vmint disabled count rather than a flag, and there are insufficient sti's
> to counteract the cli's (including implicit ones via int's). I did a grep on
I agree with you. Because RHIDE didn't run under Windows 3.1 I tried many,
many things to find the problem. After some days I found the solution in
removing a pair of disable() and enable() in the function, which was called
by the mouse handler.
I think, if some has the time to check all the cli's and sti's in libc,
maybe also the problems with running GDB under windows 3.1 will be
solved.
Robert
- Raw text -