1 Commits

Author SHA1 Message Date
001c6349f7 removes tcc sim stop when writing to tohost 2024-05-11 15:16:46 +02:00

View File

@ -1126,7 +1126,7 @@ iss::status riscv_hart_m_p<BASE, FEAT>::write_mem(phys_addr_t paddr, unsigned le
this->reg.trap_state = std::numeric_limits<uint32_t>::max();
this->interrupt_sim = hostvar;
#ifndef WITH_TCC
throw(iss::simulation_stopped(hostvar));
// throw(iss::simulation_stopped(hostvar));
#endif
break;
case 0x0101: {