Module Name: src Committed By: rin Date: Thu Sep 14 03:24:07 UTC 2023
Modified Files:
src/sys/arch/mips/mips: trap.c
Log Message:
mips/trap: Fix reversed ksi_code for SIGTRAP cases
It should be TRAP_TRACE and TRAP_BRKPT for software single stepping
and ``real'' break insn, respectively.
To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 src/sys/arch/mips/mips/trap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
