Chameleon

Chameleon Commit Details

Date:2011-07-08 20:21:52 (12 years 9 months ago)
Author:armel cadet-petit
Commit:1136
Parents: 1135
Message:re-enabled internal udivdi3, thank to StephN666
Changes:
M/branches/cparm/i386/boot2/modules.c

File differences

branches/cparm/i386/boot2/modules.c
12391239
12401240
12411241
1242
1242
12431243
12441244
12451245
......
12691269
12701270
12711271
1272
/* 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;
stop("Divide by 0");
return 0;
}
*/

Archive Download the corresponding diff file

Revision: 1136