Chromium Code Reviews| Index: src/x64/macro-assembler-x64.cc |
| =================================================================== |
| --- src/x64/macro-assembler-x64.cc (revision 6216) |
| +++ src/x64/macro-assembler-x64.cc (working copy) |
| @@ -288,7 +288,7 @@ |
| } |
| #endif |
| // Disable stub call restrictions to always allow calls to abort. |
| - set_allow_stub_calls(true); |
| + AllowStubCallsScope allow_scope(this, true); |
| push(rax); |
| movq(kScratchRegister, p0, RelocInfo::NONE); |