| Index: runtime/vm/simulator_arm.h
|
| ===================================================================
|
| --- runtime/vm/simulator_arm.h (revision 23505)
|
| +++ runtime/vm/simulator_arm.h (working copy)
|
| @@ -84,6 +84,9 @@
|
| kLeafRuntimeCall,
|
| kNativeCall
|
| };
|
| + // TODO(regis): In order to simulate leaf runtime calls taking floating point
|
| + // arguments, we need to add a 'kLeafFloatRuntimeCall' CallKind and pass the
|
| + // number of arguments.
|
| static uword RedirectExternalReference(uword function, CallKind call_kind);
|
|
|
| void Longjmp(uword pc,
|
|
|