Revision 64b85a8f linux-user/arm/nwfpe/fpopcode.h

b/linux-user/arm/nwfpe/fpopcode.h
384 384
   return float32Constant[nIndex];
385 385
}
386 386

  
387
extern unsigned int getRegisterCount(const unsigned int opcode);
388
extern unsigned int getDestinationSize(const unsigned int opcode);
387
unsigned int getRegisterCount(const unsigned int opcode);
388
unsigned int getDestinationSize(const unsigned int opcode);
389 389

  
390 390
#endif

Also available in: Unified diff