aboutsummaryrefslogtreecommitdiff
path: root/target-arm/nwfpe/single_cpdo.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-arm/nwfpe/single_cpdo.c')
-rw-r--r--target-arm/nwfpe/single_cpdo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-arm/nwfpe/single_cpdo.c b/target-arm/nwfpe/single_cpdo.c
index c38cb01e41..58da89b050 100644
--- a/target-arm/nwfpe/single_cpdo.c
+++ b/target-arm/nwfpe/single_cpdo.c
@@ -38,7 +38,7 @@ float32 float32_pol(float32 rFn,float32 rFm);
unsigned int SingleCPDO(const unsigned int opcode)
{
FPA11 *fpa11 = GET_FPA11();
- float32 rFm, rFn;
+ float32 rFm, rFn = 0;
unsigned int Fd, Fm, Fn, nRc = 1;
Fm = getFm(opcode);