-
- Downloads
RISC-V: handle all faults
This change alters RISC-V fault handling to pass all non-VM faults as user exceptions. As we cannot guarantee what the hardware will send us in the scause register, we must handle all possible values. It also makes fault handling more consistent with other architectures in c_traps.c.
Please register or sign in to comment