| Index: runtime/vm/dart_entry.cc
|
| ===================================================================
|
| --- runtime/vm/dart_entry.cc (revision 19430)
|
| +++ runtime/vm/dart_entry.cc (working copy)
|
| @@ -55,7 +55,7 @@
|
| const Code& code = Code::Handle(function.CurrentCode());
|
| ASSERT(!code.IsNull());
|
| ASSERT(Isolate::Current()->no_callback_scope_depth() == 0);
|
| -#ifdef USING_SIMULATOR
|
| +#if defined(USING_SIMULATOR)
|
| return bit_copy<RawObject*, int64_t>(Simulator::Current()->Call(
|
| reinterpret_cast<int32_t>(entrypoint),
|
| static_cast<int32_t>(code.EntryPoint()),
|
|
|