Re: [Bug 1859291] [NEW] RISC-V incorrect exception generated

2020-01-31 Thread Alistair Francis
Do you have steps to reproduce this? Alistair On Sat, Jan 11, 2020 at 8:25 AM Teodori Serge wrote: > > Public bug reported: > > When using 'ecall' from supervisor mode, user exception is raised > instead of supervisor exception. The problem is located under > 'target/riscv/insn_trans/trans_privi

[Bug 1859291] [NEW] RISC-V incorrect exception generated

2020-01-11 Thread Teodori Serge
Public bug reported: 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