| Index: src/x64/stub-cache-x64.cc
|
| diff --git a/src/x64/stub-cache-x64.cc b/src/x64/stub-cache-x64.cc
|
| index 1fb164328d751ff8ca0e75015179a9c3cc3516e4..fdfa67fcc81358765ebb8ecab49d725419b35469 100644
|
| --- a/src/x64/stub-cache-x64.cc
|
| +++ b/src/x64/stub-cache-x64.cc
|
| @@ -31,12 +31,12 @@
|
| #include "ic-inl.h"
|
| #include "codegen-inl.h"
|
| #include "stub-cache.h"
|
| +#include "macro-assembler-x64.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|
| -
|
| -#define __ ACCESS_MASM(masm())
|
| +#define __ ACCESS_MASM((&masm_))
|
|
|
|
|
| Object* CallStubCompiler::CompileCallConstant(Object* a,
|
| @@ -148,7 +148,6 @@ Object* StubCompiler::CompileLazyCompile(Code::Flags flags) {
|
| return GetCodeWithFlags(flags, "LazyCompileStub");
|
| }
|
|
|
| -
|
| #undef __
|
|
|
|
|
|
|