[sim] added icache simulator (disabled by default)
[riscv-isa-sim.git] / riscv / sim.h
index 47637136a91926cdd567edba353e040e8c73563d..722fe64268d7a27c812dd80f8dd037dcaa4ccb2b 100644 (file)
@@ -57,4 +57,6 @@ private:
   friend class appserver_link_t;
 };
 
+struct quit_sim {};
+
 #endif