| Index: src/a64/simulator-a64.h
|
| diff --git a/src/a64/simulator-a64.h b/src/a64/simulator-a64.h
|
| index 959644b773e21bec17eea32c840ebd413fc799c2..0d973e835e14bbb8f58a963c25909c7683d63c2a 100644
|
| --- a/src/a64/simulator-a64.h
|
| +++ b/src/a64/simulator-a64.h
|
| @@ -311,6 +311,7 @@ class Simulator : public DecoderVisitor {
|
| // Runtime call support.
|
| static void* RedirectExternalReference(void* external_function,
|
| ExternalReference::Type type);
|
| + void DoRuntimeCall(Instruction* instr);
|
|
|
| // Run the simulator.
|
| static const Instruction* kEndOfSimAddress;
|
|
|