diff --git a/src/sysc/sc_core_adapter.h b/src/sysc/sc_core_adapter.h index e6e1561..c4f9a2e 100644 --- a/src/sysc/sc_core_adapter.h +++ b/src/sysc/sc_core_adapter.h @@ -127,9 +127,6 @@ public: } this->reg.trap_state = std::numeric_limits::max(); this->interrupt_sim = payload_addr; -#ifndef WITH_TCC - throw(iss::simulation_stopped(payload_addr)); -#endif return iss::Ok; } if(device == 0 && command == 0) {