applies clang-format

This commit is contained in:
2024-06-14 17:43:12 +02:00
parent 37db31fb4b
commit 551822916c
4 changed files with 70 additions and 68 deletions

View File

@ -380,7 +380,7 @@ protected:
bool tohost_lower_written = false;
riscv_instrumentation_if instr_if;
semihosting_cb_t<reg_t> semihosting_cb;
semihosting_cb_t<reg_t> semihosting_cb;
using mem_type = util::sparse_array<uint8_t, 1ULL << 32>;
using csr_type = util::sparse_array<typename traits<BASE>::reg_t, 1ULL << 12, 12>;