From cb8f9562a53b54ffbcc0b4ba4a6ac5e56b05beb2 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 9 Oct 2013 19:23:05 +0000 Subject: soft-fp: Remove trailing semicolon from _FP_FRAC_DISASSEMBLE_4. --- soft-fp/op-4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'soft-fp') diff --git a/soft-fp/op-4.h b/soft-fp/op-4.h index f16870d0f7..7fccbd52be 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 { \ -- cgit v1.2.1