From 85d4c862f2f7dbe50e99485327f76598cdfbb20e Mon Sep 17 00:00:00 2001 From: "yangguo@chromium.org" Date: Thu, 10 Nov 2011 14:32:29 +0000 Subject: [PATCH] Fixing presubmit failure in r9955. Review URL: http://codereview.chromium.org/8517007 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9957 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/mips/code-stubs-mips.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc index 0695595..8b84507 100644 --- a/src/mips/code-stubs-mips.cc +++ b/src/mips/code-stubs-mips.cc @@ -5712,10 +5712,10 @@ void StringHelper::GenerateTwoCharacterSymbolTableProbe(MacroAssembler* masm, __ Branch(&is_string, ne, scratch, Operand(ODDBALL_TYPE)); __ Branch(not_found, eq, undefined, Operand(candidate)); - // Must be the hole value (deleted entry). + // Must be the hole (deleted entry). if (FLAG_debug_code) { __ LoadRoot(scratch, Heap::kTheHoleValueRootIndex); - __ Assert(eq, "oddball in symbol table is not undefined or the hole value", + __ Assert(eq, "oddball in symbol table is not undefined or the hole", scratch, Operand(candidate)); } __ jmp(&next_probe[i]); -- 2.7.4