Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/i386/include



Module Name:    src
Committed By:   christos
Date:           Mon Apr 16 03:49:54 UTC 2007

Modified Files:
        src/sys/arch/i386/include: profile.h

Log Message:
save and restore %eax, %ecx, otherwise profiling does not work properly.
>From Anon Ymous. Example program that fails:

        int
        main(int argc, char *argv[])
        {
                return argc;
        }


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/arch/i386/include/profile.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index