Fix typo.
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@482 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
1c89cef32d
commit
f6f72f83e6
@ -4547,7 +4547,7 @@ void CompareStub::Generate(MacroAssembler* masm) {
|
||||
|
||||
// No cigar: Objects aren't strictly equal. Register eax contains
|
||||
// a non-smi value so it can't be 0. Just return.
|
||||
ASSERT(kHeapTag != 0);
|
||||
ASSERT(kHeapObjectTag != 0);
|
||||
__ bind(¬_strictly_equal);
|
||||
__ ret(0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user