Annotation of coherent/b/kernel/tools/ftime.s, revision 1.1

1.1     ! root        1: //////////
        !             2: /  void
        !             3: /  ftime(tbp)
        !             4: /  struct timeb * tbp;
        !             5: //////////
        !             6: 
        !             7:        .unixorder
        !             8:        .globl ftime, errno
        !             9: 
        !            10: ftime:
        !            11:        movl    $0xB28, %eax
        !            12:        lcall   $7, $0
        !            13:        jb      foo
        !            14:        ret
        !            15: 
        !            16: foo:
        !            17:        movl    %eax, errno
        !            18:        movl    $-1, %eax
        !            19:        ret

unix.superglobalmegacorp.com

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