+2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
+
+ * dv-m68hc11eepr.c (struct m68hc11eepr ): Use const char* for filename.
+
2002-08-13 Marko Kohtala <marko.kohtala@luukku.com>
* interp.c (sim_prepare_for_program): Look up the image for the
/* dv-m68hc11eepr.c -- Simulation of the 68HC11 Internal EEPROM.
- Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
- Written by Stephane Carrez (stcarrez@worldnet.fr)
+ Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+ Written by Stephane Carrez (stcarrez@nerim.fr)
(From a driver model Contributed by Cygnus Solutions.)
This program is free software; you can redistribute it and/or modify
/* Minimum time in CPU cycles for programming the EEPROM. */
unsigned long eeprom_min_cycles;
- char* file_name;
+ const char* file_name;
};