aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc/fop_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-sparc/fop_template.h')
-rw-r--r--target-sparc/fop_template.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/target-sparc/fop_template.h b/target-sparc/fop_template.h
index 2987b68d6..eb1e1e311 100644
--- a/target-sparc/fop_template.h
+++ b/target-sparc/fop_template.h
@@ -51,18 +51,6 @@ void OPPROTO glue(op_store_FT2_fpr_fpr, REGNAME)(void)
}
/* double floating point registers moves */
-#if 0
-#define CPU_DOUBLE_U_DEF
-typedef union {
- double d;
- struct {
- uint32_t lower;
- uint32_t upper;
- } l;
- uint64_t ll;
-} CPU_DoubleU;
-#endif /* CPU_DOUBLE_U_DEF */
-
void OPPROTO glue(op_load_fpr_DT0_fpr, REGNAME)(void)
{
CPU_DoubleU u;