aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--riscv/decode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscv/decode.h b/riscv/decode.h
index 85c4e06..1372b9a 100644
--- a/riscv/decode.h
+++ b/riscv/decode.h
@@ -1569,7 +1569,6 @@ for (reg_t i = 0; i < vlmax; ++i) { \
bool early_stop = false; \
const reg_t vlmul = P.VU.vlmul; \
require(rd_num + nf * P.VU.vlmul <= NVPR); \
- p->VU.vstart = 0; \
for (reg_t i = p->VU.vstart; i < vl; ++i) { \
VI_STRIP(i); \
VI_ELEMENT_SKIP(i); \