Index: src/ppc/assembler-ppc.h |
diff --git a/src/ppc/assembler-ppc.h b/src/ppc/assembler-ppc.h |
index 7843e2e07dd4c3579b62cc2f8cbf4de1816d9569..f49ac6305ebe6d58ccfcba18b95f1ef29aec9169 100644 |
--- a/src/ppc/assembler-ppc.h |
+++ b/src/ppc/assembler-ppc.h |
@@ -1216,7 +1216,8 @@ 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(DeoptimizeReason reason, int raw_position, int id); |
+ void RecordDeoptReason(DeoptimizeReason reason, SourcePosition position, |
+ int id); |
// Writes a single byte or word of data in the code stream. Used |
// for inline tables, e.g., jump-tables. |