summaryrefslogtreecommitdiff
path: root/opcodes/ia64-opc.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-02-23 16:04:40 +0000
committerNick Clifton <nickc@redhat.com>2005-02-23 16:04:40 +0000
commitf6fbee2ab5b338fa36883c1928fb18b4f32553a7 (patch)
treeb68e3d255403dae5cf645b61a3d65afe615a5b58 /opcodes/ia64-opc.c
parentef72fdb6884dcd886085c42fcf68f71595917c04 (diff)
downloadgdb-f6fbee2ab5b338fa36883c1928fb18b4f32553a7.tar.gz
Fix compile time warnings generated by gcc 4.0
Diffstat (limited to 'opcodes/ia64-opc.c')
-rw-r--r--opcodes/ia64-opc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ia64-opc.c b/opcodes/ia64-opc.c
index fc90213a6b5..f76aa7fb8bd 100644
--- a/opcodes/ia64-opc.c
+++ b/opcodes/ia64-opc.c
@@ -365,7 +365,7 @@ locate_opcode_ent (ia64_insn opcode, enum ia64_insn_type type)
unsigned int op;
int currbitnum = bitpos[currstatenum];
int oplen;
- int opval[3];
+ int opval[3] = {0};
int next_op;
int currbit;