| Index: src/arm64/simulator-arm64.h
|
| diff --git a/src/arm64/simulator-arm64.h b/src/arm64/simulator-arm64.h
|
| index 6a7353b4612315200eb40d05d671ae47bd45e3ca..ba490635a7dfdb12dbfc142e966418f7bc977303 100644
|
| --- a/src/arm64/simulator-arm64.h
|
| +++ b/src/arm64/simulator-arm64.h
|
| @@ -785,6 +785,7 @@ class Simulator : public DecoderVisitor {
|
| // Output stream.
|
| FILE* stream_;
|
| PrintDisassembler* print_disasm_;
|
| + void PRINTF_METHOD_CHECKING TraceSim(const char* format, ...);
|
|
|
| // Instrumentation.
|
| Instrument* instrument_;
|
|
|