Index: branches/cparm/i386/boot2/modules.c =================================================================== --- branches/cparm/i386/boot2/modules.c (revision 1135) +++ branches/cparm/i386/boot2/modules.c (revision 1136) @@ -1239,7 +1239,7 @@ /* Nedded to divide 64bit numbers correctly. TODO: look into why modules need this * And why it isn't needed when compiled into boot2 */ -/* + uint64_t __udivdi3(uint64_t numerator, uint64_t denominator) { uint64_t quotient = 0, qbit = 1; @@ -1269,4 +1269,3 @@ stop("Divide by 0"); return 0; } -*/ \ No newline at end of file