diff options
Diffstat (limited to 'gas/read.c')
-rw-r--r-- | gas/read.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4852,6 +4852,8 @@ hex_float (int float_type, char *bytes) switch (float_type) { + case 'b': + case 'B': case 'h': case 'H': length = 2; |