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