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