Index: src/arm64/simulator-arm64.h |
diff --git a/src/arm64/simulator-arm64.h b/src/arm64/simulator-arm64.h |
index 543385b37611a4c1001629a9412453836c852464..9dd353a52a9bd8a93d3ac9cfb6fc1aba418873e6 100644 |
--- a/src/arm64/simulator-arm64.h |
+++ b/src/arm64/simulator-arm64.h |
@@ -757,6 +757,9 @@ class Simulator : public DecoderVisitor { |
void CorruptAllCallerSavedCPURegisters(); |
#endif |
+ // Pseudo Printf instruction |
+ void DoPrintf(Instruction* instr); |
+ |
// Processor state --------------------------------------- |
// Output stream. |