Skip to content

Commit

Permalink
print newline after logging Exited with...
Browse files Browse the repository at this point in the history
  • Loading branch information
ssayin committed Jul 27, 2024
1 parent 80af6b8 commit 6bf1828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv32-sim/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ int run(options &opt) {
std::ofstream state_file(opt.json_output);
state_file << state_export.dump();
}
fmt::print("{} Exited with 0x{:X} ({})", opt.target, model.tohost(),
fmt::print("{} Exited with 0x{:X} ({})\n", opt.target, model.tohost(),
static_cast<int32_t>(model.tohost()));
// spdlog::info(");

Expand Down

0 comments on commit 6bf1828

Please sign in to comment.