| Index: src/ia32/macro-assembler-ia32.cc
|
| diff --git a/src/ia32/macro-assembler-ia32.cc b/src/ia32/macro-assembler-ia32.cc
|
| index e05c87e77dc55ac030b54825f590433035aec4b9..8876a192c74436dc65d3108cfa1590ef16bb1e2c 100644
|
| --- a/src/ia32/macro-assembler-ia32.cc
|
| +++ b/src/ia32/macro-assembler-ia32.cc
|
| @@ -1405,8 +1405,8 @@ void MacroAssembler::TryGetFunctionPrototype(Register function,
|
|
|
|
|
| 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);
|
| }
|
|
|
|
|