Source-Changes archive

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

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



Module Name:    src
Committed By:   gmcgarry
Date:           Fri Jun 27 00:41:39 UTC 2008

Modified Files:
        src/sys/arch/i386/i386: locore.S mptramp.S vector.S

Log Message:
Replace lines beginning with assembler-style comments with c-style comments,
since '#' can be interpretted as a preprocessor directive.  Remove single
quote ''' from assembler-style comments, as the preprocessor may ignore
everything between them.

Fixes compilation with pcc.


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 src/sys/arch/i386/i386/locore.S
cvs rdiff -r1.16 -r1.17 src/sys/arch/i386/i386/mptramp.S
cvs rdiff -r1.39 -r1.40 src/sys/arch/i386/i386/vector.S

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