aboutsummaryrefslogtreecommitdiff
path: root/soft-fp
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp')
-rw-r--r--soft-fp/op-4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/soft-fp/op-4.h b/soft-fp/op-4.h
index f16870d..7fccbd5 100644
--- a/soft-fp/op-4.h
+++ b/soft-fp/op-4.h
@@ -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 { \