Index: src/ppc/assembler-ppc.h |
diff --git a/src/ppc/assembler-ppc.h b/src/ppc/assembler-ppc.h |
index e84d69525198ea0a02aa239506fa62cb714e19a1..04abe96257d3d84bebee02678f2771c305d54d2b 100644 |
--- a/src/ppc/assembler-ppc.h |
+++ b/src/ppc/assembler-ppc.h |
@@ -1203,7 +1203,7 @@ class Assembler : public AssemblerBase { |
// Record a deoptimization reason that can be used by a log or cpu profiler. |
// Use --trace-deopt to enable. |
- void RecordDeoptReason(const int reason, const SourcePosition position); |
+ void RecordDeoptReason(const int reason, int raw_position); |
// Writes a single byte or word of data in the code stream. Used |
// for inline tables, e.g., jump-tables. |