flush out stream when C.EBREAK
This commit is contained in:
parent
f029d365be
commit
bc1e49dc41
|
@ -668,7 +668,7 @@ bool C_extension::Exec_C_JAL(int m_rd) {
|
||||||
|
|
||||||
bool C_extension::Exec_C_EBREAK() {
|
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"
|
std::cout << "\n" << "C.EBRAK Instruction called, dumping information"
|
||||||
<< "\n";
|
<< "\n";
|
||||||
regs->dump();
|
regs->dump();
|
||||||
|
|
Loading…
Reference in New Issue