| Index: src/x64/lithium-codegen-x64.cc
|
| diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc
|
| index 26032bcda11117bd90b82d1c3f9a62b63bb9bd0e..2a10a87ac71e3868e344c9cc2a004cf0ef89a372 100644
|
| --- a/src/x64/lithium-codegen-x64.cc
|
| +++ b/src/x64/lithium-codegen-x64.cc
|
| @@ -307,7 +307,7 @@ bool LCodeGen::GenerateJumpTable() {
|
| __ bind(&needs_frame_not_call);
|
| __ push(rbp);
|
| __ movq(rbp, rsp);
|
| - __ push(r8);
|
| + __ push(rsi);
|
| // This variant of deopt can only be used with stubs. Since we don't
|
| // have a function pointer to install in the stack frame that we're
|
| // building, install a special marker there instead.
|
|
|