]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Delete dead code.
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 22 May 2008 20:42:15 +0000 (20:42 +0000)
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 22 May 2008 20:42:15 +0000 (20:42 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4535 c046a42c-6fe2-441c-8c8c-71466251a162

target-mips/fop_template.c
target-mips/op.c

index c5941d121637f802022b6572668c1c7683824565..2a85a6b4ad1475db141d202589870bf4d0dd88d6 100644 (file)
@@ -102,30 +102,3 @@ OP_PSLOAD_FREG(WTH2, WTH2_fpr, FREG)
 OP_PSSTORE_FREG(WTH2, WTH2_fpr, FREG)
 
 #endif
-
-#if defined (FTN)
-
-#define SET_RESET(treg, tregname)        \
-    void glue(op_set, tregname)(void)    \
-    {                                    \
-        treg = PARAM1;                   \
-        FORCE_RET();                     \
-    }                                    \
-    void glue(op_reset, tregname)(void)  \
-    {                                    \
-        treg = 0;                        \
-        FORCE_RET();                     \
-    }
-
-SET_RESET(WT0, _WT0)
-SET_RESET(WT1, _WT1)
-SET_RESET(WT2, _WT2)
-SET_RESET(DT0, _DT0)
-SET_RESET(DT1, _DT1)
-SET_RESET(DT2, _DT2)
-SET_RESET(WTH0, _WTH0)
-SET_RESET(WTH1, _WTH1)
-SET_RESET(WTH2, _WTH2)
-
-#undef SET_RESET
-#endif
index 2d9cd36fcaa124fe6a409a32092d37532220308a..89495b71921e6156f2594bf7a36edf43c3e080c4 100644 (file)
 #include "fop_template.c"
 #undef FREG
 
-#define FTN
-#include "fop_template.c"
-#undef FTN
-
 /* Load and store */
 #define MEMSUFFIX _raw
 #include "op_mem.c"