Index: src/s390/assembler-s390.h |
diff --git a/src/s390/assembler-s390.h b/src/s390/assembler-s390.h |
index edab4d538fd8a816e85590e42dcd2d6489e3245a..28cdbb69003fe23f490fa586ae2ca03739263b63 100644 |
--- a/src/s390/assembler-s390.h |
+++ b/src/s390/assembler-s390.h |
@@ -1243,7 +1243,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, int raw_position, int inlining_id); |
+ void RecordDeoptReason(const int reason, int raw_position, int id); |
// Writes a single byte or word of data in the code stream. Used |
// for inline tables, e.g., jump-tables. |