adds superflous exception throwing

This commit is contained in:
Eyck Jentzsch 2025-03-21 20:28:28 +01:00
parent cbe4c2d62f
commit 8f491ef36b

View File

@ -127,9 +127,6 @@ public:
}
this->reg.trap_state = std::numeric_limits<uint32_t>::max();
this->interrupt_sim = payload_addr;
#ifndef WITH_TCC
throw(iss::simulation_stopped(payload_addr));
#endif
return iss::Ok;
}
if(device == 0 && command == 0) {