Chromium Code Reviews| Index: src/x64/lithium-codegen-x64.cc |
| =================================================================== |
| --- src/x64/lithium-codegen-x64.cc (revision 8625) |
| +++ src/x64/lithium-codegen-x64.cc (working copy) |
| @@ -1313,6 +1313,7 @@ |
| BinaryOpStub stub(instr->op(), NO_OVERWRITE); |
| CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr); |
| + __ nop(); // Signals no inlined code. |
| } |