Annotation of researchv9/libc/nsys/cerror.s, revision 1.1

1.1     ! root        1: # C return sequence which
        !             2: # sets errno, returns -1.
        !             3: 
        !             4: .globl cerror
        !             5: .globl cerror2
        !             6: .comm  _errno,4
        !             7: 
        !             8: cerror:
        !             9:        movl    d0,_errno
        !            10:        movl    #-1,d0
        !            11:        unlk    a6
        !            12:        rts
        !            13: 
        !            14: cerror2:
        !            15:        movl    d0,_errno
        !            16:        movl    #-1,d0
        !            17:        movl    #-1,a0
        !            18:        unlk    a6
        !            19:        rts

unix.superglobalmegacorp.com

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