diff options
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index ae908b1..560b4cf 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -3192,7 +3192,7 @@ add_to_lit_pool (unsigned int nbytes) literal_pool * pool; unsigned int entry, pool_size = 0; bfd_boolean padding_slot_p = FALSE; - unsigned imm1; + unsigned imm1 = 0; unsigned imm2 = 0; if (nbytes == 8) |