From 71fb7241c65ef2de8b55e6907e674b8f766b3061 Mon Sep 17 00:00:00 2001 From: ths Date: Thu, 7 Dec 2006 20:07:37 +0000 Subject: Fix build of MIPS target without FPU support. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2233 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-mips/op.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target-mips/op.c') diff --git a/target-mips/op.c b/target-mips/op.c index 84fcbd9e0e..35a13657ec 100644 --- a/target-mips/op.c +++ b/target-mips/op.c @@ -627,6 +627,7 @@ void op_movz (void) RETURN(); } +#ifdef MIPS_USES_FPU void op_movf (void) { if (!(env->fcr31 & PARAM1)) @@ -640,6 +641,7 @@ void op_movt (void) env->gpr[PARAM2] = env->gpr[PARAM3]; RETURN(); } +#endif /* Tests */ #define OP_COND(name, cond) \ -- cgit v1.2.3