| Index: vm/code_patcher_ia32_test.cc
|
| ===================================================================
|
| --- vm/code_patcher_ia32_test.cc (revision 11528)
|
| +++ vm/code_patcher_ia32_test.cc (working copy)
|
| @@ -24,8 +24,8 @@
|
| const bool has_opt_params = false;
|
| const String& native_name =
|
| String::ZoneHandle(Symbols::New("TestStaticCallPatching"));
|
| - NativeFunction native_function = reinterpret_cast<NativeFunction>(
|
| - NATIVE_ENTRY_FUNCTION(TestStaticCallPatching));
|
| + NativeFunction native_function =
|
| + reinterpret_cast<NativeFunction>(TestStaticCallPatching);
|
| node_seq->Add(new ReturnNode(Scanner::kDummyTokenIndex,
|
| new NativeBodyNode(Scanner::kDummyTokenIndex,
|
| native_name,
|
|
|