sim, arch, base: Refactor the base remote GDB class.
[gem5.git] / src / sim / pseudo_inst.hh
index 5f0b700c6a97410e205d05c97aff02f9098d10a7..d9b981f947a2e601bb0f31338a58727eb7fbd267 100644 (file)
@@ -88,6 +88,7 @@ void debugbreak(ThreadContext *tc);
 void switchcpu(ThreadContext *tc);
 void workbegin(ThreadContext *tc, uint64_t workid, uint64_t threadid);
 void workend(ThreadContext *tc, uint64_t workid, uint64_t threadid);
+void togglesync(ThreadContext *tc);
 
 } // namespace PseudoInst