import gdb-19990422 snapshot
[deliverable/binutils-gdb.git] / sim / common / run.c
index 2a701bc4900c3396846f7c52f2b94a00a77de3ed..72d7509d721cf733e09cda6d160f7f317e472ce6 100644 (file)
@@ -56,12 +56,16 @@ extern host_callback default_callback;
 
 static char *myname;
 
-
 /* NOTE: sim_size() and sim_trace() are going away */
 extern int sim_trace PARAMS ((SIM_DESC sd));
 
 extern int getopt ();
 
+#ifdef NEED_UI_LOOP_HOOK
+/* Gdb foolery. This is only needed for gdb using a gui. */
+int (*ui_loop_hook) PARAMS ((int signo));
+#endif
+
 static SIM_DESC sd;
 
 static RETSIGTYPE
This page took 0.023705 seconds and 4 git commands to generate.