| Index: src/x64/macro-assembler-x64.cc
|
| diff --git a/src/x64/macro-assembler-x64.cc b/src/x64/macro-assembler-x64.cc
|
| index 6dd78f59932b5980509ca33134bb86bfc60cf33d..da6988c55ac6ea4972e2928845086e5c0dfc0eb9 100644
|
| --- a/src/x64/macro-assembler-x64.cc
|
| +++ b/src/x64/macro-assembler-x64.cc
|
| @@ -484,8 +484,8 @@ void MacroAssembler::Abort(const char* msg) {
|
|
|
|
|
| void MacroAssembler::CallStub(CodeStub* stub, unsigned ast_id) {
|
| + // TODO(1599): Do not call stubs from stubs that do not allow stub calls.
|
| // ASSERT(allow_stub_calls()); // calls are not allowed in some stubs
|
| - // TODO(gc): Fix this!
|
| Call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id);
|
| }
|
|
|
|
|