Revision: 2528
Author: [email protected]
Date: Thu Jul 23 06:05:36 2009
Log: Fix typo in last change
Review URL: http://codereview.chromium.org/160009
http://code.google.com/p/v8/source/detail?r=2528
Modified:
/branches/bleeding_edge/src/ia32/ic-ia32.cc
=======================================
--- /branches/bleeding_edge/src/ia32/ic-ia32.cc Thu Jul 23 06:01:17 2009
+++ /branches/bleeding_edge/src/ia32/ic-ia32.cc Thu Jul 23 06:05:36 2009
@@ -291,7 +291,7 @@
// If the string is a symbol, do a quick inline probe of the receiver's
// dictionary, if it exists.
- __ movzx_b(ebx, FieldOperand(exd, Map::kInstanceTypeOffset));
+ __ movzx_b(ebx, FieldOperand(edx, Map::kInstanceTypeOffset));
__ test(ebx, Immediate(kIsSymbolMask));
__ j(zero, &slow, not_taken);
// Probe the dictionary leaving result in ecx.
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---