diff options
Diffstat (limited to 'linux-user/arm/nwfpe/fpopcode.h')
-rw-r--r-- | linux-user/arm/nwfpe/fpopcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-user/arm/nwfpe/fpopcode.h b/linux-user/arm/nwfpe/fpopcode.h index 16fa34afbf..e7d100941c 100644 --- a/linux-user/arm/nwfpe/fpopcode.h +++ b/linux-user/arm/nwfpe/fpopcode.h @@ -384,7 +384,7 @@ static inline float32 getSingleConstant(const unsigned int nIndex) 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 |