aboutsummaryrefslogtreecommitdiff
path: root/gas/config/atof-vax.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/atof-vax.c')
-rw-r--r--gas/config/atof-vax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/atof-vax.c b/gas/config/atof-vax.c
index e012526..6e81ffe 100644
--- a/gas/config/atof-vax.c
+++ b/gas/config/atof-vax.c
@@ -295,7 +295,7 @@ flonum_gen2vax (int format_letter, /* One of 'd' 'f' 'g' 'h'. */
/* Seek (and forget) 1st significant bit. */
for (exponent_skippage = 0;
!next_bits (1);
- exponent_skippage++);;
+ exponent_skippage++);
exponent_1 = f->exponent + f->leader + 1 - f->low;
/* Radix LITTLENUM_RADIX, point just higher than f->leader. */