On Fri, Jan 3, 2020 at 4:03 PM Yiting Wang <[email protected]> wrote: > > When executing an xRET instruction, supposing xPP holds the > value y, xIE is set to xPIE; the privilege mode is changed to y; > xPIE is set to 1. But QEMU sets xPIE to 0 incorrectly. > > Signed-off-by: Yiting Wang <[email protected]> > --- > target/riscv/op_helper.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >
Reviewed-by: Bin Meng <[email protected]> Tested-by: Bin Meng <[email protected]>
