| Index: src/ia32/code-stubs-ia32.cc
|
| diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc
|
| index f3483eb3e1676000a71e0f530f8d57e7f649954c..91dd9df93db65a87bdb6a739e1d8b3f1f0bf0516 100644
|
| --- a/src/ia32/code-stubs-ia32.cc
|
| +++ b/src/ia32/code-stubs-ia32.cc
|
| @@ -5050,11 +5050,6 @@ void CEntryStub::GenerateCore(MacroAssembler* masm,
|
| Label okay;
|
| __ cmp(eax, masm->isolate()->factory()->the_hole_value());
|
| __ j(not_equal, &okay, Label::kNear);
|
| - // TODO(wingo): Currently SuspendJSGeneratorObject returns the hole. Change
|
| - // to return another sentinel like a harmony symbol.
|
| - __ cmp(ebx, Immediate(ExternalReference(
|
| - Runtime::kSuspendJSGeneratorObject, masm->isolate())));
|
| - __ j(equal, &okay, Label::kNear);
|
| __ int3();
|
| __ bind(&okay);
|
| }
|
|
|