diff options
Diffstat (limited to 'linux-user/arm/nwfpe/fpa11_cpdo.c')
-rw-r--r-- | linux-user/arm/nwfpe/fpa11_cpdo.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linux-user/arm/nwfpe/fpa11_cpdo.c b/linux-user/arm/nwfpe/fpa11_cpdo.c index 777963728f..66691122d4 100644 --- a/linux-user/arm/nwfpe/fpa11_cpdo.c +++ b/linux-user/arm/nwfpe/fpa11_cpdo.c @@ -22,10 +22,6 @@ #include "fpa11.h" #include "fpopcode.h" -unsigned int SingleCPDO(const unsigned int opcode); -unsigned int DoubleCPDO(const unsigned int opcode); -unsigned int ExtendedCPDO(const unsigned int opcode); - unsigned int EmulateCPDO(const unsigned int opcode) { FPA11 *fpa11 = GET_FPA11(); |