| Index: src/x64/assembler-x64.h
|
| diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h
|
| index 5ac4912dd1f50fff4cb29e75731f9db0cca23d69..cafc6b8c1695c5978b0b7c717d15cd62ef1a9ff6 100644
|
| --- a/src/x64/assembler-x64.h
|
| +++ b/src/x64/assembler-x64.h
|
| @@ -1696,7 +1696,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);
|
|
|
| void PatchConstantPoolAccessInstruction(int pc_offset, int offset,
|
| ConstantPoolEntry::Access access,
|
|
|