Revision: 2909 Author: [email protected] Date: Thu Sep 17 00:24:44 2009 Log: Fix compile error.
Why even compile simple changes? [email protected] Review URL: http://codereview.chromium.org/209011 http://code.google.com/p/v8/source/detail?r=2909 Modified: /branches/bleeding_edge/src/ia32/builtins-ia32.cc ======================================= --- /branches/bleeding_edge/src/ia32/builtins-ia32.cc Thu Sep 17 00:14:48 2009 +++ /branches/bleeding_edge/src/ia32/builtins-ia32.cc Thu Sep 17 00:24:44 2009 @@ -741,7 +741,7 @@ // Fill the FixedArray with the hole value. Inline the code if short. // Reconsider loop unfolding if kPreallocatedArrayElements gets changed. - static const int kLoopUnfoldLimit = 4 + static const int kLoopUnfoldLimit = 4; ASSERT(kPreallocatedArrayElements <= kLoopUnfoldLimit); if (holes <= kLoopUnfoldLimit) { // Use a scratch register here to have only one reloc info when unfolding --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
