diff options
author | Dave Brolley <brolley@redhat.com> | 1998-12-07 19:34:45 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 1998-12-07 19:34:45 +0000 |
commit | 9e986b97b7bd95f9e0a6ff8f310cfdfb6472a0c9 (patch) | |
tree | a15134779267c065bccef91c5de90ff88422d5e7 /opcodes/fr30-dis.c | |
parent | 10b5c3732c0dc2fd178ba46aaf52ba75e52f4858 (diff) | |
download | binutils-gdb-9e986b97b7bd95f9e0a6ff8f310cfdfb6472a0c9.tar.gz |
Mon Dec 7 14:33:44 1998 Dave Brolley <brolley@cygnus.com>
* fr30-asm.c,fr30-dis.c,fr30-opc.c,fr30-opc.h: Regenerated.
Diffstat (limited to 'opcodes/fr30-dis.c')
-rw-r--r-- | opcodes/fr30-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/fr30-dis.c b/opcodes/fr30-dis.c index b0b8414fd71..0f62aae40b2 100644 --- a/opcodes/fr30-dis.c +++ b/opcodes/fr30-dis.c @@ -75,7 +75,7 @@ print_register_list (dis_info, value, offset) { disassemble_info *info = dis_info; int mask = 1; - int index; + int index = 0; if (value & mask) (*info->fprintf_func) (info->stream, "r%i", index + offset); |