CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/07/22 15:15:42
Modified files:
sys/arch/mips64/mips64: db_machdep.c
Log message:
When disassembling, if our pc matches the beginning of a routine, then
it's at routine+0; do not search for the previous routine in the symbol
table. This fixes tracebacks when the fault occurs on the first instruction
of a routine.
