aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-i370.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-i370.c')
-rw-r--r--gas/config/tc-i370.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-i370.c b/gas/config/tc-i370.c
index ac8aa95..6299cc7 100644
--- a/gas/config/tc-i370.c
+++ b/gas/config/tc-i370.c
@@ -956,6 +956,7 @@ i370_dc (int unused ATTRIBUTE_UNUSED)
break;
case 'E': /* 32-bit */
type = 'f';
+ /* Fall through. */
case 'D': /* 64-bit */
md_atof (type, tmp, &nbytes);
p = frag_more (nbytes);