Skip to content

Commit

Permalink
fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Sep 24, 2023
1 parent 1a674cd commit 63a9d20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions riscv/riscv.mk.in
Original file line number Diff line number Diff line change
Expand Up @@ -1396,8 +1396,8 @@ riscv_insn_ext_zvksh = \
vsm3me_vv \

riscv_insn_ext_zimop = \
mop_r_N \
mop_rr_N \
mop_r_N \
mop_rr_N \

riscv_insn_ext_zvk = \
$(riscv_insn_ext_zvbb) \
Expand Down Expand Up @@ -1435,7 +1435,7 @@ riscv_insn_list = \
$(riscv_insn_priv) \
$(riscv_insn_smrnmi) \
$(riscv_insn_svinval) \
$(riscv_insn_ext_zimop) \
$(riscv_insn_ext_zimop) \

riscv_gen_srcs = $(addsuffix .cc,$(riscv_insn_list))

Expand Down

0 comments on commit 63a9d20

Please sign in to comment.