Index: runtime/vm/stub_code.h |
=================================================================== |
--- runtime/vm/stub_code.h (revision 25822) |
+++ runtime/vm/stub_code.h (working copy) |
@@ -22,6 +22,7 @@ |
#define VM_STUB_CODE_LIST(V) \ |
V(CallToRuntime) \ |
V(PrintStopMessage) \ |
+ V(CallBootstrapCFunction) \ |
V(CallNativeCFunction) \ |
V(AllocateArray) \ |
V(CallNoSuchMethodFunction) \ |