Annotation of qemu/roms/openbios/libgcc/__udivdi3.c, revision 1.1

1.1     ! root        1: /*
        !             2:  * arch/i386/libgcc/__divdi3.c
        !             3:  */
        !             4: 
        !             5: #include "libgcc.h"
        !             6: 
        !             7: uint64_t __udivdi3(uint64_t num, uint64_t den)
        !             8: {
        !             9:   return __udivmoddi4(num, den, NULL);
        !            10: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.