Removed double ';'
This commit is contained in:
parent
1890b62f07
commit
dfeb35ccea
|
@ -49,7 +49,7 @@ void extension_base::RaiseException(uint32_t cause, uint32_t inst) {
|
|||
regs->setPC(new_pc);
|
||||
|
||||
log->SC_log(Log::ERROR) << "Exception! new PC 0x" << std::hex << new_pc
|
||||
<< std::endl << std::flush;;
|
||||
<< std::endl << std::flush;
|
||||
}
|
||||
|
||||
bool extension_base::NOP() {
|
||||
|
|
Loading…
Reference in New Issue