| Index: runtime/vm/runtime_entry_ia32.cc
|
| diff --git a/runtime/vm/runtime_entry_ia32.cc b/runtime/vm/runtime_entry_ia32.cc
|
| index 33b0e5a969f1949e60b13152b4e4d9c934e31e0d..f16db034ad5ff9214980fb28f5b6c8fe01dd5cae 100644
|
| --- a/runtime/vm/runtime_entry_ia32.cc
|
| +++ b/runtime/vm/runtime_entry_ia32.cc
|
| @@ -15,6 +15,11 @@ 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 -
|
|
|