* interp.c (sim_open): New arg `kind'. `name is now `argv'.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 2 Apr 1997 23:41:09 +0000 (23:41 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 2 Apr 1997 23:41:09 +0000 (23:41 +0000)
sim/w65/ChangeLog
sim/w65/interp.c

index 863591b..d24b8ce 100644 (file)
@@ -1,3 +1,7 @@
+Wed Apr  2 15:40:30 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * interp.c (sim_open): New arg `kind'.  `name is now `argv'.
+
 Thu Oct  3 16:17:59 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
 
        * Makefile.in (mostlyclean): Move config.log to distclean.
index c1be8d9..c01be45 100644 (file)
@@ -322,8 +322,9 @@ sim_kill ()
 }
 
 void
-sim_open (name)
-     char *name;
+sim_open (kind,argv)
+     SIM_OPEN_KIND kind;
+     char **argv;
 {
 }