import gdb-1999-11-08 snapshot
[deliverable/binutils-gdb.git] / gdb / target.c
index aa8f28d163b66bc1a375c571bf5c08c246f2e5d7..3a6e423d75ad8e7851c610a5755179017c4ae546 100644 (file)
@@ -272,6 +272,12 @@ target_ignore ()
 {
 }
 
+void
+target_load (char *arg, int from_tty)
+{
+  (*current_target.to_load) (arg, from_tty);
+}
+
 /* ARGSUSED */
 static int
 nomemory (memaddr, myaddr, len, write, t)
This page took 0.023418 seconds and 4 git commands to generate.