sim: m68hc11: delete unused interrupt_names
The interrupts.c file has a static/fuller definition that is used, so drop this copy in interp.c.
This commit is contained in:
parent
a84f8df0e2
commit
09896bd223
2 changed files with 4 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-06-11 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* interp.c (interrupt_names): Delete.
|
||||
|
||||
2015-06-11 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Makefile.in (SIM_OBJS): Add sim-resume.o
|
||||
|
|
|
@ -33,14 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|||
|
||||
static void sim_get_info (SIM_DESC sd, char *cmd);
|
||||
|
||||
|
||||
char *interrupt_names[] = {
|
||||
"reset",
|
||||
"nmi",
|
||||
"int",
|
||||
NULL
|
||||
};
|
||||
|
||||
struct sim_info_list
|
||||
{
|
||||
const char *name;
|
||||
|
|
Loading…
Add table
Reference in a new issue