diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-05-18 15:21:59 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2001-05-18 15:21:59 +0000 |
commit | 22f3fc432356bdf3a90dfc98c5dc0047b723008f (patch) | |
tree | 0f4744c8bb1a983d94100be9ab100902a3ce8424 /opcodes/cris-opc.c | |
parent | e0522e891a5523de943b6cb060ee5e3901181932 (diff) | |
download | gdb-22f3fc432356bdf3a90dfc98c5dc0047b723008f.zip gdb-22f3fc432356bdf3a90dfc98c5dc0047b723008f.tar.gz gdb-22f3fc432356bdf3a90dfc98c5dc0047b723008f.tar.bz2 |
* cris-opc.c (cris_spec_regs): Add missing initializer field for
last element.
Diffstat (limited to 'opcodes/cris-opc.c')
-rw-r--r-- | opcodes/cris-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/cris-opc.c b/opcodes/cris-opc.c index a1ed19c..4477193 100644 --- a/opcodes/cris-opc.c +++ b/opcodes/cris-opc.c @@ -70,7 +70,7 @@ cris_spec_regs[] = {"p14", 14, 4, cris_ver_v3p, NULL}, {"usp", 15, 4, cris_ver_v10p, NULL}, {"p15", 15, 4, cris_ver_v10p, NULL}, - {NULL, 0, 0, NULL} + {NULL, 0, 0, cris_ver_version_all, NULL} }; /* All CRIS opcodes are 16 bits. |