summaryrefslogtreecommitdiff
path: root/target-mips/op_mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-mips/op_mem.c')
-rw-r--r--target-mips/op_mem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target-mips/op_mem.c b/target-mips/op_mem.c
index 42f5e2ba3f..5c981ada88 100644
--- a/target-mips/op_mem.c
+++ b/target-mips/op_mem.c
@@ -190,7 +190,7 @@ void glue(op_sc, MEMSUFFIX) (void)
RETURN();
}
-#if defined(TARGET_MIPSN32) || defined(TARGET_MIPS64)
+#if defined(TARGET_MIPS64)
void glue(op_ld, MEMSUFFIX) (void)
{
T0 = glue(ldq, MEMSUFFIX)(T0);
@@ -381,7 +381,7 @@ void glue(op_scd, MEMSUFFIX) (void)
}
RETURN();
}
-#endif /* TARGET_MIPSN32 || TARGET_MIPS64 */
+#endif /* TARGET_MIPS64 */
void glue(op_lwc1, MEMSUFFIX) (void)
{