aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/i386/fpemul
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu/i386/fpemul')
-rw-r--r--sys/gnu/i386/fpemul/fpu_trig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/i386/fpemul/fpu_trig.c b/sys/gnu/i386/fpemul/fpu_trig.c
index b1d913facd22..9eaab4f10e4f 100644
--- a/sys/gnu/i386/fpemul/fpu_trig.c
+++ b/sys/gnu/i386/fpemul/fpu_trig.c
@@ -103,7 +103,7 @@ trig_arg(FPU_REG * X)
rv = q & 7;
control_word = old_cw;
- return rv;;
+ return rv;
}