diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2000-11-26 21:41:31 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2000-11-26 21:41:31 +0000 |
commit | b93775f5866b3f922041b64f73454c8788821abf (patch) | |
tree | 5a62ae2892e117af5ff085418ac14e95b5d79c0a /sim/m68hc11/dv-m68hc11spi.c | |
parent | ae3e85dd270c1dba87ac81cd431ebc6a44a28e44 (diff) | |
download | gdb-b93775f5866b3f922041b64f73454c8788821abf.zip gdb-b93775f5866b3f922041b64f73454c8788821abf.tar.gz gdb-b93775f5866b3f922041b64f73454c8788821abf.tar.bz2 |
Preliminary support for 68HC12
Diffstat (limited to 'sim/m68hc11/dv-m68hc11spi.c')
-rw-r--r-- | sim/m68hc11/dv-m68hc11spi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/m68hc11/dv-m68hc11spi.c b/sim/m68hc11/dv-m68hc11spi.c index abde515..d0bdfda 100644 --- a/sim/m68hc11/dv-m68hc11spi.c +++ b/sim/m68hc11/dv-m68hc11spi.c @@ -527,7 +527,8 @@ m68hc11spi_io_write_buffer (struct hw *me, const struct hw_descriptor dv_m68hc11spi_descriptor[] = { - { "m68hc11spi", m68hc11spi_finish, }, + { "m68hc11spi", m68hc11spi_finish }, + { "m68hc12spi", m68hc11spi_finish }, { NULL }, }; |