--- qemu/linux-user/arm/nwfpe/fpopcode.h 2018/04/24 18:26:39 1.1.1.3 +++ qemu/linux-user/arm/nwfpe/fpopcode.h 2018/04/24 18:36:05 1.1.1.4 @@ -384,7 +384,7 @@ static inline float32 getSingleConstant( return float32Constant[nIndex]; } -extern unsigned int getRegisterCount(const unsigned int opcode); -extern unsigned int getDestinationSize(const unsigned int opcode); +unsigned int getRegisterCount(const unsigned int opcode); +unsigned int getDestinationSize(const unsigned int opcode); #endif