mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-05-04 14:31:51 +01:00
dcb10c0056
The VS-mode ecall is supposed to be handled by HS-mode so sbi_trap_handler() should fallback to default case for VS-mode ecall trap. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>