| Index: test/cctest/compiler/call-tester.h
|
| diff --git a/test/cctest/compiler/call-tester.h b/test/cctest/compiler/call-tester.h
|
| index e86416028bc124161924531c9ea5f5cf147081a0..60b1d25b498f984156dbda5228df272dc5244194 100644
|
| --- a/test/cctest/compiler/call-tester.h
|
| +++ b/test/cctest/compiler/call-tester.h
|
| @@ -207,7 +207,7 @@ class CallHelper {
|
| Simulator::CallArgument::End()};
|
| return ReturnValueTraits<R>::Cast(CallSimulator(FUNCTION_ADDR(f), args));
|
| }
|
| -#elif USE_SIMULATOR && V8_TARGET_ARCH_ARM
|
| +#elif USE_SIMULATOR && (V8_TARGET_ARCH_ARM || V8_TARGET_ARCH_MIPS)
|
| uintptr_t CallSimulator(byte* f, int32_t p1 = 0, int32_t p2 = 0,
|
| int32_t p3 = 0, int32_t p4 = 0) {
|
| Simulator* simulator = Simulator::current(isolate_);
|
|
|