| Index: src/x64/assembler-x64.h
|
| diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h
|
| index cafc6b8c1695c5978b0b7c717d15cd62ef1a9ff6..77a1a57889985c52941c46cac7fb4e0ea4951f28 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, int inlining_id);
|
| + void RecordDeoptReason(const int reason, int raw_position, int id);
|
|
|
| void PatchConstantPoolAccessInstruction(int pc_offset, int offset,
|
| ConstantPoolEntry::Access access,
|
|
|