diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-04 15:19:04 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-04 15:19:04 +0100 |
commit | 65a650c2a5ed2f33357ba9d29d0f56f6b131333a (patch) | |
tree | ab101c2f44b125821a30f490c36bfabcacb1207d /linux-user/arm/nwfpe/fpa11.h | |
parent | 6bb72b184d7fe0e1e08f9cca722e78d1d24920c2 (diff) |
Fix compiler warnings in nwfpe code.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'linux-user/arm/nwfpe/fpa11.h')
-rw-r--r-- | linux-user/arm/nwfpe/fpa11.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux-user/arm/nwfpe/fpa11.h b/linux-user/arm/nwfpe/fpa11.h index 4fc0b3b886..032870180b 100644 --- a/linux-user/arm/nwfpe/fpa11.h +++ b/linux-user/arm/nwfpe/fpa11.h @@ -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" |