| Index: runtime/vm/runtime_entry_ia32.cc
|
| diff --git a/runtime/vm/runtime_entry_ia32.cc b/runtime/vm/runtime_entry_ia32.cc
|
| index fdb24640ecdcd03247f8961f73de64a7add945b2..ab22a92bb0c8cd021246de256039d7a8d0e30f80 100644
|
| --- a/runtime/vm/runtime_entry_ia32.cc
|
| +++ b/runtime/vm/runtime_entry_ia32.cc
|
| @@ -14,12 +14,10 @@ namespace dart {
|
|
|
| #define __ assembler->
|
|
|
| -
|
| uword RuntimeEntry::GetEntryPoint() const {
|
| return reinterpret_cast<uword>(function());
|
| }
|
|
|
| -
|
| // Generate code to call into the stub which will call the runtime
|
| // function. Input for the stub is as follows:
|
| // For regular runtime calls -
|
|
|