Module Name: src Committed By: mrg Date: Wed Jun 22 05:50:47 UTC 2011
Modified Files: src/sys/arch/sparc64/sparc64: db_interface.c Log Message: there's no fr_arg[6] or fr_arg[7] -- they're called fr_fp and fr_pc. use the right names and avoid some array bounds violations picked up by GCC 4.5. it's a real bug, but the code would have been generated correctly for the sparc* ABIs. To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/sys/arch/sparc64/sparc64/db_interface.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.