1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

soft-fp: Remove trailing semicolon from _FP_FRAC_DISASSEMBLE_4.

This commit is contained in:
Joseph Myers
2013-10-09 19:23:05 +00:00
parent 5b60c59de5
commit cb8f9562a5
2 changed files with 6 additions and 1 deletions

View File

@@ -683,7 +683,7 @@ do { \
X##_f[1] = (rsize <= _FP_W_TYPE_SIZE ? 0 : r >> _FP_W_TYPE_SIZE); \
X##_f[2] = (rsize <= 2*_FP_W_TYPE_SIZE ? 0 : r >> 2*_FP_W_TYPE_SIZE); \
X##_f[3] = (rsize <= 3*_FP_W_TYPE_SIZE ? 0 : r >> 3*_FP_W_TYPE_SIZE); \
} while (0);
} while (0)
#define _FP_FRAC_COPY_4_1(D, S) \
do { \