aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2023-12-08 15:46:57 -0800
committerAndrew Waterman <andrew@sifive.com>2023-12-08 15:46:57 -0800
commit6b2ea346b58293fe6145f4bed8af2a0dcd3a6b94 (patch)
treedcd4ed70c094cd023b332081420c42fe03f1affc
parentf3b8345c2159cd3812375e5310a54e7021dd29d4 (diff)
downloadriscv-isa-sim-6b2ea346b58293fe6145f4bed8af2a0dcd3a6b94.zip
riscv-isa-sim-6b2ea346b58293fe6145f4bed8af2a0dcd3a6b94.tar.gz
riscv-isa-sim-6b2ea346b58293fe6145f4bed8af2a0dcd3a6b94.tar.bz2
Fix formatting
-rw-r--r--disasm/disasm.cc16
1 files changed, 8 insertions, 8 deletions
diff --git a/disasm/disasm.cc b/disasm/disasm.cc
index ad48ea8..2e1eab0 100644
--- a/disasm/disasm.cc
+++ b/disasm/disasm.cc
@@ -2173,14 +2173,14 @@ void disassembler_t::add_instructions(const isa_parser_t* isa)
}
if (isa->extension_enabled(EXT_ZCMOP)) {
- DISASM_INSN("c.mop.1", c_mop_1, 0, {});
- DISASM_INSN("c.mop.3", c_mop_3, 0, {});
- DISASM_INSN("c.mop.5", c_mop_5, 0, {});
- DISASM_INSN("c.mop.7", c_mop_7, 0, {});
- DISASM_INSN("c.mop.9", c_mop_9, 0, {});
- DISASM_INSN("c.mop.11", c_mop_11, 0, {});
- DISASM_INSN("c.mop.13", c_mop_13, 0, {});
- DISASM_INSN("c.mop.15", c_mop_15, 0, {});
+ DISASM_INSN("c.mop.1", c_mop_1, 0, {});
+ DISASM_INSN("c.mop.3", c_mop_3, 0, {});
+ DISASM_INSN("c.mop.5", c_mop_5, 0, {});
+ DISASM_INSN("c.mop.7", c_mop_7, 0, {});
+ DISASM_INSN("c.mop.9", c_mop_9, 0, {});
+ DISASM_INSN("c.mop.11", c_mop_11, 0, {});
+ DISASM_INSN("c.mop.13", c_mop_13, 0, {});
+ DISASM_INSN("c.mop.15", c_mop_15, 0, {});
}
if (isa->extension_enabled(EXT_ZKND) ||