Mail Archives: djgpp/2000/01/11/11:02:51
On Mon, 10 Jan 2000, David Cleaver wrote:
> BTW, in the FAQ it was __dpmi_int that was being called extensively.
> However, on my machine the "function" being called extensively is
> "__umoddi3". Are these two related? Does it matter which is being
> called extensively?
What do you mean by ``extensively'', in your case? Did the profile
show 100% of the CPU time being used by that function? If so, you
see a symptom of a known bug in DJGPP v2.02. Upgrade to DJGPP v2.03
(released two days ago), recompile your program, and the problem should
go away.
- Raw text -