mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Fix compiler warnings in nwfpe code.
Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
6bb72b184d
commit
65a650c2a5
5 changed files with 47 additions and 86 deletions
|
@ -116,6 +116,15 @@ static inline void writeConditionCodes(unsigned int x)
|
|||
|
||||
unsigned int EmulateAll(unsigned int opcode, FPA11* qfpa, CPUARMState* qregs);
|
||||
|
||||
unsigned int EmulateCPDO(const unsigned int);
|
||||
unsigned int EmulateCPDT(const unsigned int);
|
||||
unsigned int EmulateCPRT(const unsigned int);
|
||||
|
||||
unsigned int SingleCPDO(const unsigned int opcode);
|
||||
unsigned int DoubleCPDO(const unsigned int opcode);
|
||||
unsigned int ExtendedCPDO(const unsigned int opcode);
|
||||
|
||||
|
||||
/* included only for get_user/put_user macros */
|
||||
#include "qemu.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue