| Index: runtime/vm/stub_code.h
|
| diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h
|
| index 6852f3b5350f75ebc88b94bba0f5433b51fa50e7..67e022db9c1635b28f6271b87e3d160a47d63130 100644
|
| --- a/runtime/vm/stub_code.h
|
| +++ b/runtime/vm/stub_code.h
|
| @@ -20,7 +20,6 @@ class RawCode;
|
| // List of stubs created in the VM isolate, these stubs are shared by different
|
| // isolates running in this dart process.
|
| #define VM_STUB_CODE_LIST(V) \
|
| - V(PrintStopMessage) \
|
| V(GetStackPointer) \
|
| V(JumpToExceptionHandler) \
|
|
|
| @@ -35,6 +34,7 @@ class RawCode;
|
| // The initial stubs are needed for loading bootstrapping scripts and have to
|
| // be generated before Object::Init is called.
|
| #define BOOTSTRAP_STUB_CODE_LIST(V) \
|
| + V(PrintStopMessage) \
|
| V(CallToRuntime) \
|
| V(LazyCompile) \
|
|
|
|
|