Chromium Code Reviews| Index: runtime/vm/simulator_mips.h |
| diff --git a/runtime/vm/simulator_mips.h b/runtime/vm/simulator_mips.h |
| index 1df5523c0c41a7bb32b1b47a1e797244a7f8e8c9..d84f04a94ba35e263e4bfb813fa929c30b1cdb57 100644 |
| --- a/runtime/vm/simulator_mips.h |
| +++ b/runtime/vm/simulator_mips.h |
| @@ -129,6 +129,8 @@ class Simulator { |
| CallKind call_kind, |
| int argument_count); |
| + static uword FunctionForRedirect(uword redirect); |
| + |
| void Longjmp(uword pc, |
| uword sp, |
| uword fp, |