From: Brian P. <br...@sg...> - 2002-07-29 03:00:44
|
I would like to start using 64-bit integers in FreeLoader. But when I do a 64-bit divide it doesn't seem to just generate a couple instructions to do it. Instead it seems to call __udivdi3. Now since I do not use standard headers or link against standard C-runtime libraries I do not get this function. I am using DJGPP currently, and I do not know if Mingw32 uses this crap also. Does anyone know if there is any way to get around using this function or am I just going to have to copy it from the compiler source? Brian |