Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index 1927b6b4428ebba38afbb8347a014b32ad07a2e1..ff13be3c72e2bf8ac2b43dca82d0057fb905587c 100644 |
--- a/src/x64/code-stubs-x64.cc |
+++ b/src/x64/code-stubs-x64.cc |
@@ -4274,7 +4274,7 @@ void BinaryOpICWithAllocationSiteStub::Generate(MacroAssembler* masm) { |
// Make sure that we actually patched the allocation site. |
if (FLAG_debug_code) { |
__ testb(rcx, Immediate(kSmiTagMask)); |
- __ Assert(zero, kExpectedAllocationSite); |
+ __ Assert(not_equal, kExpectedAllocationSite); |
__ Cmp(FieldOperand(rcx, HeapObject::kMapOffset), |
isolate->factory()->allocation_site_map()); |
__ Assert(equal, kExpectedAllocationSite); |