CVSROOT:        /cvs
Module name:    src
Changes by:     j...@cvs.openbsd.org    2021/04/30 21:03:15

Modified files:
        sys/arch/riscv64/riscv64: trap_machdep.c 

Log message:
use sival_ptr instead of sival_int for breakpoint and illegal inst

For breakpoints stval will have a vaddr.  For illegal instructions stval
may be as large as a register or the widest instruction.

Also avoid using an uninitialised variable for stval.

ok mlarkin@ drahn@

Reply via email to