Source-Changes archive

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

CVS commit: src/sys/arch/sh3/sh3



Module Name:    src
Committed By:   dholland
Date:           Mon Feb 25 08:31:00 UTC 2008

Modified Files:
        src/sys/arch/sh3/sh3: coff_exec.c

Log Message:
This code was not compiling on amd64 (is there any reason, beyond lack
of demand, that it's not MI?) and it shouldn't have been compiling on
sh3 either, because it was passing int * to size_t *. I have fixed
this up.

Compile-tested, and looked at by uebayasi@.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/arch/sh3/sh3/coff_exec.c

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