Annotation of cci/sys/tahoe/Ainc.c, revision 1.1.1.1

1.1       root        1: #include "../machine/alignment.h" 
                      2: inc(infop)     process_info *infop;
                      3: /*
                      4: /*     Increment operand.
                      5: /*
                      6: /***************************************/
                      7: {
                      8:        register        long    Register_12;    /* Has to be first reg ! */
                      9:        register        long    Register_11;
                     10: 
                     11:        Register_11 = operand(infop,0)->data;
                     12:        Register_12=psl;
                     13:        Set_psl(r12);   /* restore the user psl */
                     14:        asm ("  incl    r11");                  /* Make sure to use the
                     15:                                                 * right opcode */
                     16:        asm ("  movpsl  r12");
                     17:        New_cc (Register_12);
                     18: 
                     19:        write_back (infop,Register_11, operand(infop,0) );
                     20: }      

unix.superglobalmegacorp.com

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