Revision: 14971
Author:   [email protected]
Date:     Thu Jun  6 05:14:42 2013
Log:      Merged r14969 into trunk branch.

Fix Android build issue 247303

BUG=247303
[email protected]

Review URL: https://codereview.chromium.org/16433003
http://code.google.com/p/v8/source/detail?r=14971

Modified:
 /trunk/src/arm/code-stubs-arm.cc
 /trunk/src/version.cc

=======================================
--- /trunk/src/arm/code-stubs-arm.cc    Wed Jun  5 06:39:03 2013
+++ /trunk/src/arm/code-stubs-arm.cc    Thu Jun  6 05:14:42 2013
@@ -7475,7 +7475,7 @@
     // but the following bit field extraction takes care of that anyway.
     __ ldr(r3, FieldMemOperand(r3, Map::kBitField2Offset));
     // Retrieve elements_kind from bit field 2.
-    __ ubfx(r3, r3, Map::kElementsKindShift, Map::kElementsKindBitCount);
+    __ Ubfx(r3, r3, Map::kElementsKindShift, Map::kElementsKindBitCount);

     if (FLAG_debug_code) {
       Label done;
=======================================
--- /trunk/src/version.cc       Wed Jun  5 15:27:04 2013
+++ /trunk/src/version.cc       Thu Jun  6 05:14:42 2013
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     19
 #define BUILD_NUMBER      9
-#define PATCH_LEVEL       1
+#define PATCH_LEVEL       2
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
 #define IS_CANDIDATE_VERSION 0

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to