diff options
Diffstat (limited to 'riscv/insns/vmv_x_s.h')
-rw-r--r-- | riscv/insns/vmv_x_s.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/riscv/insns/vmv_x_s.h b/riscv/insns/vmv_x_s.h index 50f2e79..086812b 100644 --- a/riscv/insns/vmv_x_s.h +++ b/riscv/insns/vmv_x_s.h @@ -26,3 +26,5 @@ if (!(rs1 >= 0 && rs1 < (P.VU.get_vlen() / sew))) { break; } } + +P.VU.vstart = 0; |