Index: src/mips/codegen-mips.cc |
diff --git a/src/mips/codegen-mips.cc b/src/mips/codegen-mips.cc |
index fa504123e46627c05abb19d2d71f7f2b927ee39a..c413665771e332ce159fd698808637363628742f 100644 |
--- a/src/mips/codegen-mips.cc |
+++ b/src/mips/codegen-mips.cc |
@@ -73,8 +73,7 @@ UnaryMathFunction CreateExpFunction() { |
#if defined(V8_HOST_ARCH_MIPS) |
MemCopyUint8Function CreateMemCopyUint8Function(MemCopyUint8Function stub) { |
-#if defined(USE_SIMULATOR) || defined(_MIPS_ARCH_MIPS32R6) || \ |
- defined(_MIPS_ARCH_MIPS32RX) |
+#if defined(USE_SIMULATOR) |
return stub; |
#else |
size_t actual_size; |