| Index: runtime/vm/simulator_arm64.h
|
| diff --git a/runtime/vm/simulator_arm64.h b/runtime/vm/simulator_arm64.h
|
| index ceecb4963e3b27e21467a801291070d509e91765..d23e83bdf1e21831eb48bda7f891b7a4051dd013 100644
|
| --- a/runtime/vm/simulator_arm64.h
|
| +++ b/runtime/vm/simulator_arm64.h
|
| @@ -85,7 +85,7 @@ class Simulator {
|
| // Call on program start.
|
| static void InitOnce();
|
|
|
| - // Dart generally calls into generated code with 5 parameters. This is a
|
| + // Dart generally calls into generated code with 4 parameters. This is a
|
| // convenience function, which sets up the simulator state and grabs the
|
| // result on return. The return value is R0. The parameters are placed in
|
| // R0-3.
|
|
|