Annotation of 43BSDReno/contrib/emacs-18.55/gdb/testreg.c, revision 1.1

1.1     ! root        1: main (argc, argv)
        !             2:      int argc;
        !             3:      char **argv;
        !             4: {
        !             5:   register int d1 = 34;
        !             6:   register int d2 = 35;
        !             7:   register int d3 = 36;
        !             8:   register int d4 = 37;
        !             9:   register char *a1 = "1";
        !            10:   register char *a2 = "2";
        !            11:   register char *a3 = "3";
        !            12:   register char *a4 = "4";
        !            13:   register char *a5 = "5";
        !            14:   int x[4];
        !            15:   foo ();
        !            16:   foo (0x222, abort (), 0x444);
        !            17: }
        !            18: 
        !            19: foo ()
        !            20: {
        !            21:   return 22;
        !            22: }

unix.superglobalmegacorp.com

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