adds superflous exception throwing
This commit is contained in:
		| @@ -127,9 +127,6 @@ public: | |||||||
|                 } |                 } | ||||||
|                 this->reg.trap_state = std::numeric_limits<uint32_t>::max(); |                 this->reg.trap_state = std::numeric_limits<uint32_t>::max(); | ||||||
|                 this->interrupt_sim = payload_addr; |                 this->interrupt_sim = payload_addr; | ||||||
| #ifndef WITH_TCC |  | ||||||
|                 throw(iss::simulation_stopped(payload_addr)); |  | ||||||
| #endif |  | ||||||
|                 return iss::Ok; |                 return iss::Ok; | ||||||
|             } |             } | ||||||
|             if(device == 0 && command == 0) { |             if(device == 0 && command == 0) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user