| Index: runtime/vm/runtime_entry_x64.cc
|
| diff --git a/runtime/vm/runtime_entry_x64.cc b/runtime/vm/runtime_entry_x64.cc
|
| index 84026eceb46f8fd19d73bfe11e520bd0392af4e1..dfd0840cd77002ece4dfaee8d56753b189571a02 100644
|
| --- a/runtime/vm/runtime_entry_x64.cc
|
| +++ b/runtime/vm/runtime_entry_x64.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:
|
| // RSP : points to the arguments and return value array.
|
|
|