Re: [PATCH v3 3/3] target/riscv: update mstatus.SD when FS is set dirty

2020-01-14 Thread Alistair Francis
On Wed, Jan 15, 2020 at 4:19 PM wrote: > > remove the check becuase SD bit should summarize FS and XS fields > unconditionally. > > Signed-off-by: ShihPo Hung > Reviewed-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > target/riscv/csr.c | 3 +-- > target/riscv/tra

[PATCH v3 3/3] target/riscv: update mstatus.SD when FS is set dirty

2020-01-14 Thread shihpo . hung
remove the check becuase SD bit should summarize FS and XS fields unconditionally. Signed-off-by: ShihPo Hung Reviewed-by: Richard Henderson --- target/riscv/csr.c | 3 +-- target/riscv/translate.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/target/riscv/csr.c b