Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/kern
Module Name: syssrc
Committed By: scw
Date: Mon Aug 26 11:26:10 UTC 2002
Modified Files:
syssrc/sys/kern: kern_systrace.c
Log Message:
Pointers must be cast to {,u}intptr_t before they can be cast to register_t,
at least on sh5, where sizeof(register_t) != sizeof(void *) in ILP32 mode.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/kern/kern_systrace.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