Revision f230a1cf deps/v8/test/cctest/test-disasm-mips.cc

View differences:

deps/v8/test/cctest/test-disasm-mips.cc
65 65
// in the rest of the macros.
66 66
#define SET_UP()                                          \
67 67
  CcTest::InitializeVM();                                 \
68
  Isolate* isolate = Isolate::Current();                  \
68
  Isolate* isolate = CcTest::i_isolate();                  \
69 69
  HandleScope scope(isolate);                             \
70 70
  byte *buffer = reinterpret_cast<byte*>(malloc(4*1024)); \
71 71
  Assembler assm(isolate, buffer, 4*1024);                \

Also available in: Unified diff