Chromium Code Reviews| Index: runtime/vm/simulator_mips.h |
| =================================================================== |
| --- runtime/vm/simulator_mips.h (revision 25822) |
| +++ runtime/vm/simulator_mips.h (working copy) |
| @@ -115,6 +115,7 @@ |
| kRuntimeCall, |
| kLeafRuntimeCall, |
| kLeafFloatRuntimeCall, |
| + kBootstrapNativeCall, |
| kNativeCall |
| }; |
| static uword RedirectExternalReference(uword function, |