flush out stream when C.EBREAK

This commit is contained in:
Màrius Montón 2021-09-01 09:12:13 +02:00
parent f029d365be
commit bc1e49dc41
1 changed files with 1 additions and 1 deletions

View File

@ -668,7 +668,7 @@ bool C_extension::Exec_C_JAL(int m_rd) {
bool C_extension::Exec_C_EBREAK() {
log->SC_log(Log::INFO) << "C.EBREAK" << "\n";
log->SC_log(Log::INFO) << "C.EBREAK" << "\n" << std::flush;
std::cout << "\n" << "C.EBRAK Instruction called, dumping information"
<< "\n";
regs->dump();