Chromium Code Reviews| Index: src/x64/full-codegen-x64.cc |
| =================================================================== |
| --- src/x64/full-codegen-x64.cc (revision 6931) |
| +++ src/x64/full-codegen-x64.cc (working copy) |
| @@ -1095,7 +1095,7 @@ |
| // This function is used only for loads, not stores, so it's safe to |
| // return an rsi-based operand (the write barrier cannot be allowed to |
| // destroy the rsi register). |
| - return ContextOperand(temp, slot->index()); |
| + return ContextOperand(context, slot->index()); |
| } |