From ded28f747fe3402c76a5189a35952363c1cb714e Mon Sep 17 00:00:00 2001 From: marcel Date: Sun, 24 Feb 2008 03:01:26 +0000 Subject: Resolve warnings exposed by LINT. o Put prototypes in a single header only. o Fix printf format specifiers. --- sys/powerpc/fpu/fpu_emu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/powerpc/fpu/fpu_emu.h') diff --git a/sys/powerpc/fpu/fpu_emu.h b/sys/powerpc/fpu/fpu_emu.h index 56f1ef8..89ccc36 100644 --- a/sys/powerpc/fpu/fpu_emu.h +++ b/sys/powerpc/fpu/fpu_emu.h @@ -167,6 +167,8 @@ void fpu_compare(struct fpemu *, int); /* Build a new Quiet NaN (sign=0, frac=all 1's). */ struct fpn *fpu_newnan(struct fpemu *); +void fpu_norm(struct fpn *); + /* * Shift a number right some number of bits, taking care of round/sticky. * Note that the result is probably not a well-formed number (it will lack -- cgit v1.1