CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/09/06 10:22:41
Modified files:
sys/arch/mips64/mips64: trap.c
Log message:
Do not stop prologue scan at branch instructions. This lets stack trace
saving work with the twisted code that clang occasionally emits; stack
frame setup can happen very late after blocks of conditional code.
