Module Name: src Committed By: mrg Date: Mon Feb 19 08:31:13 UTC 2018
Modified Files: src/sys/arch/sparc/include: mcontext.h src/sys/arch/sparc64/include: mcontext.h Log Message: fix _UC_MACHINE32_FP() -- use 32 bit pointer value so that [15] is the right offset. do this by using __greg32_t, which is only in the sparc64 version, and these are only useful there, so move them. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sparc/include/mcontext.h cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sparc64/include/mcontext.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.