| Index: src/x64/codegen-x64.cc
|
| ===================================================================
|
| --- src/x64/codegen-x64.cc (revision 2745)
|
| +++ src/x64/codegen-x64.cc (working copy)
|
| @@ -4586,7 +4586,7 @@
|
| : RelocInfo::CODE_TARGET_CONTEXT;
|
| Result answer = frame_->CallLoadIC(mode);
|
| // A test rax instruction following the call signals that the inobject
|
| - // property case was inlined. Ensure that there is not a test eax
|
| + // property case was inlined. Ensure that there is not a test rax
|
| // instruction here.
|
| masm_->nop();
|
| // Discard the global object. The result is in answer.
|
|
|