Removed double ';'

This commit is contained in:
Màrius Montón 2021-11-08 09:49:36 +01:00
parent 1890b62f07
commit dfeb35ccea
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ void extension_base::RaiseException(uint32_t cause, uint32_t inst) {
regs->setPC(new_pc); regs->setPC(new_pc);
log->SC_log(Log::ERROR) << "Exception! new PC 0x" << std::hex << 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() { bool extension_base::NOP() {