Revision 526ff7de target-arm/nwfpe/single_cpdo.c

b/target-arm/nwfpe/single_cpdo.c
38 38
unsigned int SingleCPDO(const unsigned int opcode)
39 39
{
40 40
   FPA11 *fpa11 = GET_FPA11();
41
   float32 rFm, rFn;
41
   float32 rFm, rFn = 0;
42 42
   unsigned int Fd, Fm, Fn, nRc = 1;
43 43

  
44 44
   Fm = getFm(opcode);

Also available in: Unified diff