diff options
author | Joyce Janczyn <janczyn@cygnus> | 1998-06-08 17:28:08 +0000 |
---|---|---|
committer | Joyce Janczyn <janczyn@cygnus> | 1998-06-08 17:28:08 +0000 |
commit | 5f69de151a4716dde0625b49bae75ac6aebf9af5 (patch) | |
tree | 8c2f6c39ee26082433d54bffd05487e049ed028b /sim/mn10300 | |
parent | 7146013910738ae6bdd62f1fecca09873a321071 (diff) | |
download | binutils-5f69de151a4716dde0625b49bae75ac6aebf9af5.zip binutils-5f69de151a4716dde0625b49bae75ac6aebf9af5.tar.gz binutils-5f69de151a4716dde0625b49bae75ac6aebf9af5.tar.bz2 |
Fix typo.
Diffstat (limited to 'sim/mn10300')
-rw-r--r-- | sim/mn10300/dv-mn103int.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/mn10300/dv-mn103int.c b/sim/mn10300/dv-mn103int.c index b2b5906..80781de 100644 --- a/sim/mn10300/dv-mn103int.c +++ b/sim/mn10300/dv-mn103int.c @@ -259,9 +259,6 @@ static const struct hw_port_descriptor mn103int_ports[] = { { "irq-6", G29_PORT, 0, input_port, }, { "irq-7", G30_PORT, 0, input_port, }, - /* { "ad-end", G24_PORT, 0, input_port, }, a/d conversion end, not in 103002? */ - - /* interrupt inputs (as generic numbers) */ { "int", 0, NR_G_PORTS, input_port, }, |