Skip to content

Commit

Permalink
Excess warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Dec 15, 1999
1 parent 5fa7e1c commit fcb1d8d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vpi/sys_readmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT)
#ident "$Id: sys_readmem.c,v 1.1 1999/12/15 04:01:14 steve Exp $"
#ident "$Id: sys_readmem.c,v 1.2 1999/12/15 04:02:38 steve Exp $"
#endif

# include <vpi_user.h>
Expand Down Expand Up @@ -111,8 +111,6 @@ static int sys_readmem_calltf(char*name)
}
}

vpi_printf("%s: task not implemented, yet.\n", name);

if (item) vpi_free_object(words);
free(value.value.vector);
fclose(file);
Expand All @@ -134,6 +132,9 @@ void sys_readmem_register()

/*
* $Log: sys_readmem.c,v $
* Revision 1.2 1999/12/15 04:02:38 steve
* Excess warning.
*
* Revision 1.1 1999/12/15 04:01:14 steve
* Add the VPI implementation of $readmemh.
*
Expand Down

0 comments on commit fcb1d8d

Please sign in to comment.