aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vmsif_m.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vmsif_m.h')
-rw-r--r--riscv/insns/vmsif_m.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/vmsif_m.h b/riscv/insns/vmsif_m.h
index 447813f..cbcbc2a 100644
--- a/riscv/insns/vmsif_m.h
+++ b/riscv/insns/vmsif_m.h
@@ -23,7 +23,7 @@ for (reg_t i = P.VU.vstart->read(); i < vl; ++i) {
uint64_t res = 0;
if (!has_one && !vs2_lsb) {
res = 1;
- } else if(!has_one && vs2_lsb) {
+ } else if (!has_one && vs2_lsb) {
has_one = true;
res = 1;
}