blob: bad0f624c936bf9b515cbb6bf21c9a33581f01c1 (
plain) (
blame)
1
2
3
|
RISC-V incorrect exception generated
When using 'ecall' from supervisor mode, user exception is raised instead of supervisor exception. The problem is located under 'target/riscv/insn_trans/trans_priviledged.inc.c' in function 'static bool trans_ecall(DisasContext *ctx, arg_ecall *a)'. Best regards, Serge Teodori
|