Chromium Code Reviews| Index: runtime/vm/simulator_arm.h |
| =================================================================== |
| --- runtime/vm/simulator_arm.h (revision 19272) |
| +++ runtime/vm/simulator_arm.h (working copy) |
| @@ -78,7 +78,7 @@ |
| uword new_value); |
| // Runtime call support. |
| - static uword RedirectExternalReference(void* function, |
| + static uword RedirectExternalReference(uword function, |
| uint32_t argument_count); |
| void Longjmp(int32_t pc, int32_t sp, int32_t fp, const Instance& object); |