| Index: src/mips/code-stubs-mips.cc
|
| ===================================================================
|
| --- src/mips/code-stubs-mips.cc (revision 15346)
|
| +++ src/mips/code-stubs-mips.cc (working copy)
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "v8.h"
|
|
|
| -#if defined(V8_TARGET_ARCH_MIPS)
|
| +#if V8_TARGET_ARCH_MIPS
|
|
|
| #include "bootstrapper.h"
|
| #include "code-stubs.h"
|
| @@ -7547,7 +7547,7 @@
|
| __ And(sp, sp, Operand(-frame_alignment));
|
| }
|
|
|
| -#if defined(V8_HOST_ARCH_MIPS)
|
| +#if V8_HOST_ARCH_MIPS
|
| __ li(at, Operand(reinterpret_cast<int32_t>(&entry_hook_)));
|
| __ lw(at, MemOperand(at));
|
| #else
|
|
|