Revision: 9957
Author: [email protected]
Date: Thu Nov 10 06:32:29 2011
Log: Fixing presubmit failure in r9955.
Review URL: http://codereview.chromium.org/8517007
http://code.google.com/p/v8/source/detail?r=9957
Modified:
/branches/bleeding_edge/src/mips/code-stubs-mips.cc
=======================================
--- /branches/bleeding_edge/src/mips/code-stubs-mips.cc Thu Nov 10 06:26:57
2011
+++ /branches/bleeding_edge/src/mips/code-stubs-mips.cc Thu Nov 10 06:32:29
2011
@@ -5712,10 +5712,10 @@
__ 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]);
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev